summaryrefslogtreecommitdiff
path: root/tcwg-cleanup-stale-containers.sh
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2018-06-26 14:25:04 +0000
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2018-06-26 14:25:04 +0000
commitb5cb6772c4822d92370a54e534096c7ce07f2c3d (patch)
tree60debd76b2c3f1a5f09e35d2547333fb0b008de1 /tcwg-cleanup-stale-containers.sh
parent4199801c5ebf733a0479d872d9ef4bf3f2362f48 (diff)
Remove last occurences of docker using TCP socket instead of file socket.
Change-Id: I19ed211d69326ff34a239cb4cc80a6f2b72ccd63
Diffstat (limited to 'tcwg-cleanup-stale-containers.sh')
-rwxr-xr-xtcwg-cleanup-stale-containers.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcwg-cleanup-stale-containers.sh b/tcwg-cleanup-stale-containers.sh
index 03281dc0..86fc04b8 100755
--- a/tcwg-cleanup-stale-containers.sh
+++ b/tcwg-cleanup-stale-containers.sh
@@ -58,7 +58,7 @@ if $verbose; then
set -x
fi
-DOCKER="docker -H :2375"
+DOCKER="docker"
do_cleanup_containers ()
{