summaryrefslogtreecommitdiff
path: root/start-container-docker.sh
diff options
context:
space:
mode:
Diffstat (limited to 'start-container-docker.sh')
-rwxr-xr-xstart-container-docker.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/start-container-docker.sh b/start-container-docker.sh
index dd2c30b3..c2a084cc 100755
--- a/start-container-docker.sh
+++ b/start-container-docker.sh
@@ -236,7 +236,7 @@ if [ x"${JOB_NAME:+set}" = x"set" ]; then
job_name="$JOB_NAME"
fi
-bind_mounts=($(print_bind_mounts "$task"))
+bind_mounts=($(print_bind_mounts "$task" "$SSH $session_host"))
docker_root=""
if $SSH $session_host test -f "/.dockerenv" \