You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 28, 2018. It is now read-only.
@grahamwhaley there is nothing wrong in clear containers. Container networking assumes transparent use of namespaces and the ability for a container to see anything that is inserted into the namespace automatically. As clear containers have an additional level of separation (VT-x) in addition to being namespaced, the clear container code base has to be enhanced to detect any additional devices that show up in the name space and plug them into the VT-x based runtime.
@louisekrug we will support multi network interfaces. Use cases such as docker swarm require this functionality. This feature will be added shortly. PR #399
The gap currently is the dynamic connection of a network to an already running container using network connect. Do you use the dynamic network connect capability?
This is due to the nature of the OCI spec which currently does not provide a notification of this network connect. It would be of interest to us, if there is need for this for your deployment, which would mean we will need to monitor the container namespace at runtime for additional interfaces and hot plug them into the Clear Container VM.
docker network connect
docker network disconnect
Allows you to connect a network to an running container.
cc-oci-runtime does not support this capability today.
The text was updated successfully, but these errors were encountered: