Also remove volumes when removing containers

This commit is contained in:
James Cammarata 2016-03-22 13:53:41 -04:00
parent 3a8f3ece53
commit 90ffb8d8f0

View file

@ -17,6 +17,6 @@ else
docker kill $(cat /tmp/cid_${TARGET})
if [ "X${TESTS_KEEP_CONTAINER}" = "X" ]; then
docker rm -f "${C_NAME}"
docker rm -vf "${C_NAME}"
fi
fi