Multiple interfaces in Docker Container in Openshift
Hi,
Is it possible to create more than one network interface for a docker container on Openshift Enterprise?
We have two ethernet interfaces (eth0, eth1) on one host server which are connected to two different networks. The idea is to connect both networks to the docker containers.
Does docker daemon or pod currently support connecting multiple network interfaces on a single host?
I have raised couple of issues in Docker Libnetwork and Flanneld Github repositories. Both are still open.
Added here for your reference.
- https://github.com/docker/libnetwork/issues/758
- https://github.com/coreos/flannel/issues/392
Best Regards,
Vijay