mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #23091 from allencloud/print-network-name-when-rm
print network name when rm successfully
This commit is contained in:
commit
34e0a01de2
1 changed files with 1 additions and 0 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Reference in a new issue