mirror of
https://github.com/docker/cli.git
synced 2025-08-01 04:26:55 +03:00
Merge pull request #2432 from thaJeztah/network_prune_improve_message
improve "network prune" output to mention custom networks only
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user