diff --git a/images/docker-grav.md b/images/docker-grav.md index 72144f1e0..60194642c 100755 --- a/images/docker-grav.md +++ b/images/docker-grav.md @@ -37,6 +37,8 @@ The architectures supported by this image are: For more information check out the [Grav documentation](https://learn.getgrav.org/). Our image includes the [grav-admin](https://github.com/getgrav/grav-plugin-admin) plugin. +To use the CLI tools you need to pass the working directory as part of your exec command (or use an interactive shell), e.g. `docker exec -it -w /app/grav-admin grav bin/gpm` + ## Usage To help you get started creating a container from this image you can either use docker-compose or the docker cli.