Multiple interfaces in Docker Container in Openshift

Latest response

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.

  1. https://github.com/docker/libnetwork/issues/758
  2. https://github.com/coreos/flannel/issues/392

Best Regards,
Vijay

Responses