From cf3cb4d75e2e42bf96a2e6289267d887c2378122 Mon Sep 17 00:00:00 2001 From: Thomas Müller Date: Wed, 9 Mar 2016 14:02:08 +0100 Subject: docker containers should be stopped before being removed - refs https://github.com/docker/docker/issues/18758 --- tests/objectstore/stop-swift-ceph.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/objectstore') diff --git a/tests/objectstore/stop-swift-ceph.sh b/tests/objectstore/stop-swift-ceph.sh index 23423e73d6a..afc5f712ab4 100755 --- a/tests/objectstore/stop-swift-ceph.sh +++ b/tests/objectstore/stop-swift-ceph.sh @@ -31,6 +31,7 @@ if [ -e $thisFolder/dockerContainerCeph.$EXECUTOR_NUMBER.swift ]; then fi echo "Stopping and removing docker container $container" # kills running container and removes it + docker stop $container docker rm -f $container done; fi; -- cgit v1.2.3