Merge pull request #18790 from dvdksn/prune-dangling-cache

cli: fix system prune output msg
This commit is contained in:
David Karlsson 2024-01-03 21:04:40 +01:00 committed by GitHub
commit 5580562323
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -155,7 +155,8 @@ WARNING! This will remove:
- all stopped containers
- all networks not used by at least one container
- all dangling images
- all build cache
- unused build cache
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 dangling images
- all build cache
Are you sure you want to continue? [y/N] y
```