From 3a4197da95dae6577e01a1e9197bb6c445c83ff0 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Fri, 21 Apr 2023 15:23:26 -0500 Subject: [PATCH] Bot Updating Documentation --- images/docker-ci.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/images/docker-ci.md b/images/docker-ci.md index bb16294a64..cf047d984d 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 ```