mirror of https://github.com/docker/docs.git
Merge pull request #18790 from dvdksn/prune-dangling-cache
cli: fix system prune output msg
This commit is contained in:
commit
5580562323
|
@ -155,7 +155,8 @@ WARNING! This will remove:
|
||||||
- all stopped containers
|
- all stopped containers
|
||||||
- all networks not used by at least one container
|
- all networks not used by at least one container
|
||||||
- all dangling images
|
- all dangling images
|
||||||
- all build cache
|
- unused build cache
|
||||||
|
|
||||||
Are you sure you want to continue? [y/N] y
|
Are you sure you want to continue? [y/N] y
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -170,6 +171,7 @@ WARNING! This will remove:
|
||||||
- all volumes not used by at least one container
|
- all volumes not used by at least one container
|
||||||
- all dangling images
|
- all dangling images
|
||||||
- all build cache
|
- all build cache
|
||||||
|
|
||||||
Are you sure you want to continue? [y/N] y
|
Are you sure you want to continue? [y/N] y
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue