Skip to content

Commit 1a89520

Browse files
authored
Merge branch 'main' into main
2 parents 3a17237 + 2925152 commit 1a89520

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
name: Remove all stopped docker container, image and volumes
3+
command: docker system prune --all -f && docker volume prune -f
4+
tags:
5+
- docker
6+
description: "Remove all stopped docker containers, images, and volumes. Be careful when doing this action, all local images & volumes will be removed and can't be reverted"
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

Comments
 (0)