mirror of
https://github.com/nextcloud/server.git
synced 2025-10-26 19:21:34 +00:00
Print docker logs to the console fro debugging
This commit is contained in:
parent
faf65e73b7
commit
ac9de4ee95
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user