summaryrefslogtreecommitdiff
path: root/start-container-docker.sh
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2019-06-25 08:58:06 +0000
committerChristophe Lyon <christophe.lyon@linaro.org>2019-06-25 08:58:36 +0000
commitc8bb8d32e2aa17d179eefa3fe9f7e85d014eb6c8 (patch)
tree60af20b1c8542eb5513892bc9e1b7f59a50f55ab /start-container-docker.sh
parent129217f6b831635659ccc81a2cdebac4fe01fe59 (diff)
start-container-docker.sh: Add more debug traces
Change-Id: I360f75bce9da48c349fe80ce028f741e6cf7522b
Diffstat (limited to 'start-container-docker.sh')
-rwxr-xr-xstart-container-docker.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/start-container-docker.sh b/start-container-docker.sh
index 743958d9..057c3ab0 100755
--- a/start-container-docker.sh
+++ b/start-container-docker.sh
@@ -251,6 +251,7 @@ for mount in "${volume_mounts[@]}"; do
bind_mounts_opt=("${bind_mounts_opt[@]}" "-v" "$mount")
done
+echo "DEBUG: starting docker on $session_host from $(hostname), date $(date)"
docker_run=($DOCKER run --name $session_name -dtP \
"${bind_mounts_opt[@]}" \
${SECURITY} \