Skip to content

Commit d1e9327

Browse files
committed
feat(docker): Add prune all data workflows
1 parent 7a8a59b commit d1e9327

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 && 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

Comments
 (0)