mirror of
https://github.com/nextcloud/server.git
synced 2026-04-23 23:27:46 -04:00
Print docker logs to the console fro debugging
This commit is contained in:
parent
faf65e73b7
commit
ac9de4ee95
1 changed files with 2 additions and 0 deletions
|
|
@ -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 a new issue