Skip to content

Commit d62616b

Browse files
committed
fix(prune-all): add force for ignore prompt
1 parent d1e9327 commit d62616b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

specs/docker/prune_all_docker_data.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Remove all stopped docker container, image and volumes
3-
command: docker system prune --all && docker volume prune
3+
command: docker system prune --all -f && docker volume prune -f
44
tags:
55
- docker
66
description: "Remove all stopped docker container, image and volumes. Be Careful when doing this action"

0 commit comments

Comments
 (0)