docker network connect network id
on a running container does not return an error
#8051
Labels
component/portlayer/execution
component/portlayer/network
impact/doc/user
Requires changes to official user documentation
kind/enhancement
Behavior that was intended, but we want to make better
This issue is for returning an appropriate error message if attempting to connect a running container to a network.
It may be that the appropriate implementation of this is is a general one, returning an error from Commit if any guestinfo keys that are not tagged with
@non-persistent
are present.Example of current behaviour:
Notes:
For support of
docker network connect
against a container that is:We must have either of:
#743 is for implementing this scenario.
For this to be viable in any of the other scenarios we need to enable hotadd for vNIC in the containerVMs.
The text was updated successfully, but these errors were encountered: