summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGurucharan Shetty <gshetty@nicira.com>2014-10-14 00:51:52 -0700
committerGurucharan Shetty <gshetty@nicira.com>2014-10-16 14:48:54 -0700
commitec8f0f0c24c96be434289ac18d6d064fad378827 (patch)
tree36dfca041f62ec014d18de0bca8658020561571c /README.md
parentdcd92cff3d79b4baf28b0323dd73e9813e12f359 (diff)
downloadopenvswitch-ec8f0f0c24c96be434289ac18d6d064fad378827.tar.gz
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>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index e4bc75a4a..538613062 100644
--- a/README.md
+++ b/README.md
@@ -88,6 +88,8 @@ platform, please see one of these files:
To use Open vSwitch...
+- ...with Docker on Linux, read INSTALL.Docker.
+
- ...with KVM on Linux, read INSTALL, read INSTALL.KVM.
- ...with Libvirt, read INSTALL.Libvirt.