We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37bc3d1 commit eaf7056Copy full SHA for eaf7056
docker-clean-containers.sh
@@ -1,2 +1,2 @@
1
#! /bin/bash
2
-docker rm $(docker ps -a | cut -d ' ' -f1 | tail -n +2)
+docker rm -f $(docker ps -a | cut -d ' ' -f1 | tail -n +2)
0 commit comments