1
0
mirror of https://github.com/docker/cli.git synced 2025-08-01 04:26:55 +03:00

improve "network prune" output to mention custom networks only

The `docker network prune` command removes unused custom networks,
but built-in networks won't be removed. This patch updates the
message to mention that it's only removing custom networks.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn
2020-04-10 13:45:10 +02:00
parent ad256ba023
commit eb93a865ed
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ by any containers.
```bash
$ docker network prune
WARNING! This will remove all networks not used by at least one container.
WARNING! This will remove all custom networks not used by at least one container.
Are you sure you want to continue? [y/N] y
Deleted Networks:
n1