Skip to content

Commit

Permalink
Update v2dockerscript.js2
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDoobPG authored Nov 25, 2019
1 parent 6271ad6 commit 6411499
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions menu/roles/docstart/templates/v2dockerscript.js2
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@

containers=$(comm -12 <(docker ps -a -q | sort) <(docker ps -q | sort))
for container in $containers;
do
echo Stopping $container
docker=$(docker stop $container)
done

sleep 9
sleep 10

for container in $containers;
do
Expand Down

0 comments on commit 6411499

Please sign in to comment.