1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

print network name when rm successfully

Signed-off-by: allencloud <allen.sun@daocloud.io>
This commit is contained in:
allencloud 2016-05-29 23:42:45 +08:00
parent bd5c9f59ea
commit 27ebd79222

View file

@ -113,6 +113,7 @@ func (cli *DockerCli) CmdNetworkRm(args ...string) error {
status = 1
continue
}
fmt.Fprintf(cli.out, "%s\n", net)
}
if status != 0 {
return Cli.StatusError{StatusCode: status}