832ffce8331f6337f16843185a88df747c875410
ingress) network
This fix tries to address the issue raised in 24538 where the error message is unclear when removing pre-defined networks: ``` docker network rm ingress Error response from daemon: rpc error: code = 7 desc = 4vlxuzpk8bxdsxpyvkxluol5g is a pre-defined network and cannot be removed ``` This fix improve the error message so that if network's name is specified in the `RemoveNetwork`, then error message will contain the name and the ID (instead of just an ID): ``` docker network rm ingress Error response from daemon: rpc error: code = 7 desc = ingress (4vlxuzpk8bxdsxpyvkxluol5g) is a pre-defined network and cannot be removed ``` An integration test has been added to cover the changes. This fix fixes 24538. Signed-off-by: Yong Tang <yong.tang.github@outlook.com> Upstream-commit: de4871165b43ec813940858a1c96ab6bb1fbd776 Component: engine
Description
No description provided
Languages
Go
92%
Shell
5.5%
Dockerfile
1.1%
Go-Checksums
0.9%
Makefile
0.3%
Other
0.2%