Skip to content

Commit dd55aff

Browse files
committed
fix(prune-all): update description
1 parent d62616b commit dd55aff

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
@@ -3,7 +3,7 @@ name: Remove all stopped docker container, image and volumes
33
command: docker system prune --all -f && docker volume prune -f
44
tags:
55
- docker
6-
description: "Remove all stopped docker container, image and volumes. Be Careful when doing this action"
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 revert"
77
arguments: []
88
source_url: "https://docs.docker.com/engine/reference/commandline/system_prune/"
99
author: Khanh Chau

0 commit comments

Comments
 (0)