OVS 2.5.1 docker image in fig.yml
[netvirt.git] / README
diff --git a/README b/README
index 9bd5064abda15f6ecc6da6f14ffa2cd39c2146ef..5a18d8e945f32ebf5c8b22a3c617e4811d539ee2 100644 (file)
--- a/README
+++ b/README
@@ -108,13 +108,16 @@ To run the integration tests:
     # OSX
     mvn verify -Pintegrationtest -Dovsdbserver.ipaddress=$(boot2docker ip 2>/dev/null) -Dovsdbserver.port=6640
     # Linux
-    mvn verify -Pintegrationtest -Dovsdbserver.ipaddress=127.0.0.1 -Dovsdbserver.port=6640
+    mvn verify -Pintegrationtest -Dovsdbserver.ipaddress=127.0.0.1 -Dovsdbserver.port=6640 -Dovsdb.controller.address=<addr of docker interface> -Dovsdb.userspace.enabled=yes
     fig stop
 
 On Linux you'll generally need to run fig as root (sudo fig ...).
 
 If you're using Docker Compose, replace "fig" above with "docker-compose" and ignore the warnings.
 
+Running the docker image manually:
+    sudo docker run -itd --cap-add NET_ADMIN -p 6640:6640 jhershbe/centos7-ovs:latest
+
 Skipping unit tests and karaf tests
 ====================