Print docker logs to the console fro debugging

This commit is contained in:
Thomas Müller 2016-02-24 13:58:13 +01:00
parent faf65e73b7
commit ac9de4ee95
1 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,8 @@ fi;
# stopping and removing docker containers
for container in `cat $thisFolder/dockerContainerCeph.$EXECUTOR_NUMBER.swift`; do
docker logs $container
echo "Stopping and removing docker container $container"
# kills running container and removes it
docker rm -f $container