We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1e9327 commit d62616bCopy full SHA for d62616b
1 file changed
specs/docker/prune_all_docker_data.yaml
@@ -1,6 +1,6 @@
1
---
2
name: Remove all stopped docker container, image and volumes
3
-command: docker system prune --all && docker volume prune
+command: docker system prune --all -f && docker volume prune -f
4
tags:
5
- docker
6
description: "Remove all stopped docker container, image and volumes. Be Careful when doing this action"
0 commit comments