Feature or enhancement request details
The current default for create
and run
recognizes that the most common use case is to attach a container to the default network.
We could define a special network name none
but possibly better would be to have a --no-network
flag. In either case the client should validate the network options for a container and reject inconsistent inputs.
Code of Conduct