Sync/fix CLI occurrences with latest update #134

Closed
KokaKiwi wants to merge 1 commits from KokaKiwi/garage:fix-dockerfile into main
Owner

Just some "typo fix" for garage CLI occurrences in misc files (only Dockerfile for now but maybe i missed some)

Just some "typo fix" for garage CLI occurrences in misc files (only Dockerfile for now but maybe i missed some)
KokaKiwi added 1 commit 2021-10-27 15:01:25 +00:00
continuous-integration/drone/pr Build is passing Details
e44b4704f7
Sync/fix Dockerfile with latest update
Author
Owner

Also maybe related to Deuxfleurs/infrastructure#54

Also maybe related to https://git.deuxfleurs.fr/Deuxfleurs/infrastructure/issues/54
Owner

Now that we have a default path for the configuration file (/etc/garage.toml) I think we should just remove -c from the default Docker command line, and instruct users to mount their config file at the canonical location:

docker run --volume /path/to/garage.toml:/etc/garage.toml [...] dxflrs/amd64_garage:xxx
Now that we have a default path for the configuration file (`/etc/garage.toml`) I think we should just remove `-c` from the default Docker command line, and instruct users to mount their config file at the canonical location: ``` docker run --volume /path/to/garage.toml:/etc/garage.toml [...] dxflrs/amd64_garage:xxx ```
lx closed this pull request 2021-11-03 15:01:44 +00:00
All checks were successful
continuous-integration/drone/pr Build is passing
Required
Details

Pull request closed

Sign in to join this conversation.
No description provided.