Skip to content
This repository has been archived by the owner on Sep 15, 2019. It is now read-only.

Commit

Permalink
wait before removing docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanprodan committed Aug 13, 2016
1 parent 2435c40 commit 696758e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions swarm-down.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,7 @@ docker service scale tokengen=0
# remove serive
docker service rm tokengen

Start-Sleep 2

# remove image
docker rmi -f tokengen-img

0 comments on commit 696758e

Please sign in to comment.