Skip to content

Commit

Permalink
doc: Update INSTALL.Docker.md to reflect it's focus on OVN
Browse files Browse the repository at this point in the history
While reading this document, the title stood out to me as not
accurate. The title indicates it will discuss how to use
Open vSwitch with Docker, but in reality, it's about using
Open Virtual Networking with Docker.

This change updates the title, as well as the opening paragraphs
to more accurately reflect what the document is talking about.

Signed-off-by: Kyle Mestery <[email protected]>
Acked-by: Ryan Moats <[email protected]>
Signed-off-by: Gurucharan Shetty <[email protected]>
  • Loading branch information
mestery authored and shettyg committed Jul 28, 2016
1 parent 66e4ad8 commit d548dbb
Showing 1 changed file with 8 additions and 12 deletions.
20 changes: 8 additions & 12 deletions INSTALL.Docker.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
How to Use Open vSwitch with Docker
====================================

This document describes how to use Open vSwitch with Docker 1.9.0 or
later. This document assumes that you installed Open vSwitch by following
[INSTALL.md] or by using the distribution packages such as .deb or .rpm.
Consult www.docker.com for instructions on how to install Docker.

Docker 1.9.0 comes with support for multi-host networking. Integration
of Docker networking and Open vSwitch can be achieved via Open vSwitch
virtual network (OVN).

How to Use Open Virtual Networking With Docker
==============================================

This document describes how to use Open Virtual Networking with Docker
1.9.0 or later. This document assumes that you have installed Open
vSwitch by following [INSTALL.md] or by using the distribution packages
such as .deb or.rpm. Consult www.docker.com for instructions on how to
install Docker. Docker 1.9.0 comes with support for multi-host networking.

Setup
=====
Expand Down

0 comments on commit d548dbb

Please sign in to comment.