mirror of
https://github.com/docker/cli.git
synced 2026-01-23 15:21:32 +03:00
container.config.NetworkDisabled is set for both daemon's DisableNetwork and --networking=false case. Hence using this flag instead to fix #13725. There is an existing integration-test to catch this issue, but it is working for the wrong reasons. Signed-off-by: Madhu Venugopal <madhu@docker.com> Upstream-commit: 83208a531d1824ea7b0a55f9419e915e446c780a Component: engine