Sync/fix CLI occurrences with latest update #134

Closed
KokaKiwi wants to merge 1 commit 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
Sync/fix Dockerfile with latest update
All checks were successful
continuous-integration/drone/pr Build is passing
e44b4704f7
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
Some checks are pending
continuous-integration/drone/pr Build is passing
ci/woodpecker/pr/debug
Required

Pull request closed

Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Deuxfleurs/garage#134
No description provided.