diff --git a/industrial_ci/src/isolation/docker.sh b/industrial_ci/src/isolation/docker.sh index f26234b9..b7f2b874 100644 --- a/industrial_ci/src/isolation/docker.sh +++ b/industrial_ci/src/isolation/docker.sh @@ -146,7 +146,7 @@ function ici_run_cmd_in_docker() { fi local cid - cid=$(ici_cmd docker create --init "${opts[@]}" "$@") + cid=$(ici_cmd docker create "${opts[@]}" "$@") # detect user inside container local image