docker: Integrate docker containers with Open vSwitch.
authorGurucharan Shetty <gshetty@nicira.com>
Tue, 14 Oct 2014 07:51:52 +0000 (00:51 -0700)
committerGurucharan Shetty <gshetty@nicira.com>
Thu, 16 Oct 2014 21:48:54 +0000 (14:48 -0700)
commitec8f0f0c24c96be434289ac18d6d064fad378827
tree36dfca041f62ec014d18de0bca8658020561571c
parentdcd92cff3d79b4baf28b0323dd73e9813e12f359
docker: Integrate docker containers with Open vSwitch.

Open vSwitch does not have native integration with Docker.
INSTALL.Docker explains how Open vSwitch can be integrated
with docker non-natively.

ovs-docker is a helper script to add network interfaces to
docker containers and to attach them as ports to OVS bridge.
This script can be further enhanced as we understand different
use cases.

Signed-off-by: Gurucharan Shetty <gshetty@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
INSTALL.Docker [new file with mode: 0644]
Makefile.am
NEWS
README.md
debian/openvswitch-common.install
rhel/openvswitch-fedora.spec.in
rhel/openvswitch.spec.in
utilities/automake.mk
utilities/ovs-docker [new file with mode: 0755]