Skip to content

Commit 4be0490

Browse files
committed
fix(docker): typo
1 parent dd55aff commit 4be0490

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 containers, images, and volumes. Be careful when doing this action, all local images & volumes will be removed and can't be revert"
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"
77
arguments: []
88
source_url: "https://docs.docker.com/engine/reference/commandline/system_prune/"
99
author: Khanh Chau

0 commit comments

Comments
 (0)