diff --git a/images/docker-ci.md b/images/docker-ci.md index bb16294a6..cf047d984 100755 --- a/images/docker-ci.md +++ b/images/docker-ci.md @@ -36,6 +36,7 @@ The container can be run locally, but it is meant to be integrated into the Linu ``` sudo docker run --rm -i \ -v /var/run/docker.sock:/var/run/docker.sock \ +-v /host/path:/ci/output:rw `#Optional, will contain all the files the container creates.` \ -e IMAGE="linuxserver/" \ -e TAGS="" \ -e META_TAG= \ @@ -52,7 +53,9 @@ sudo docker run --rm -i \ -e DELAY_START= \ -e PORT= \ -e SSL= \ --e CI_S6_VERBOSITY= +-e CI_S6_VERBOSITY= \ +-e DOCKER_LOGS_DELAY= \ +-e DRY_RUN= -t lsiodev/ci:latest \ python3 test_build.py ```