Skip to content

Commit 34029c8

Browse files
committed
docs: writes about how to run in docker
1 parent 1a4a73b commit 34029c8

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/guide/intro/cli.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,3 +219,13 @@ trusted you before.
219219

220220
All commands have `--verbose`, `--quiet` and `--silent` options. You can also set
221221
an environment variable called `APP_CONFIG_LOG_LEVEL` to "verbose", "info", "warn" or "error".
222+
223+
## Running in Docker
224+
225+
We ship a docker container called `ghcr.io/launchcodedev/app-config`.
226+
227+
Try it like this:
228+
229+
```bash
230+
docker run --rm -it -v $(realpath .):/mnt ghcr.io/launchcodedev/app-config -C /mnt v
231+
```

0 commit comments

Comments
 (0)