Skip to content

Commit

Permalink
Update statgen-setup
Browse files Browse the repository at this point in the history
docker system prune now includes force flag to bypass prompt.
  • Loading branch information
cbroad authored Jan 28, 2021
1 parent c35628e commit 744b5b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/statgen-setup
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ import os
fail_if(not os.geteuid() == 0, msg = 'This command is only meant for root user (eg, use ``sudo`` to run it)')
bash:
# claim unused resources
docker system prune
docker system prune -f
stop_if(network_only)
bash:
docker stop $(docker ps -a -q) || true
Expand Down

0 comments on commit 744b5b3

Please sign in to comment.