We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a8a59b commit d1e9327Copy full SHA for d1e9327
1 file changed
specs/docker/prune_all_docker_data.yaml
@@ -0,0 +1,11 @@
1
+---
2
+name: Remove all stopped docker container, image and volumes
3
+command: docker system prune --all && docker volume prune
4
+tags:
5
+ - docker
6
+description: "Remove all stopped docker container, image and volumes. Be Careful when doing this action"
7
+arguments: []
8
+source_url: "https://docs.docker.com/engine/reference/commandline/system_prune/"
9
+author: Khanh Chau
10
+author_url: "https://github.com/khanhx"
11
+shells: []
0 commit comments