2
0
mirror of https://github.com/openvswitch/ovs synced 2025-08-22 01:51:26 +00:00

docker: Update documentation to reflect risks of retiring ovs-docker.

Requested-by: Flavio Leitner <fbl@redhat.com>
Signed-off-by: Gurucharan Shetty <gshetty@nicira.com>
Acked-by: Flavio Leitner <fbl@redhat.com>
This commit is contained in:
Gurucharan Shetty 2014-10-29 05:54:45 -07:00
parent 42767cce72
commit 62dbc5bdab
2 changed files with 5 additions and 2 deletions

View File

@ -14,7 +14,9 @@ one cannot use the Docker client to automatically add a container's
network interface to an Open vSwitch bridge during the creation of the
container. This document describes addition of new network interfaces to an
already created container and in turn attaching that interface as a port to an
Open vSwitch bridge.
Open vSwitch bridge. If and when there is a native integration of Open vSwitch
with Docker, the ovs-docker utility described in this document is expected to
be retired.
Setup
-----

3
NEWS
View File

@ -40,7 +40,8 @@ Post-v2.3.0
- Stats are no longer updated on fake bond interface.
- Keep active bond slave selection across OVS restart.
- A simple wrapper script, 'ovs-docker', to integrate OVS with Docker
containers.
containers. If and when there is a native integration of Open vSwitch
with Docker, the wrapper script will be retired.
v2.3.0 - 14 Aug 2014