It appears that #1767 changed the behavior of the CLI to always set NetworkingConfig.EndpointsConfig for any container created with a --net flag. Previously, this was only set when you specified non-default options for the network.
We should probably match the previous behavior if possible.
It appears that #1767 changed the behavior of the CLI to always set
NetworkingConfig.EndpointsConfigfor any container created with a--netflag. Previously, this was only set when you specified non-default options for the network.We should probably match the previous behavior if possible.