summaryrefslogtreecommitdiff
path: root/Documentation/tutorials
diff options
context:
space:
mode:
authorFrédéric <26125115+frederictobiasc@users.noreply.github.com>2018-03-20 14:51:40 +0100
committerBen Pfaff <blp@ovn.org>2018-04-03 12:36:21 -0700
commita1fc86397a22aee0e04158cc4a316a96ce9d5f94 (patch)
treee0ad325f71ce1c086c7a8eee6a6b83eafe7e43de /Documentation/tutorials
parentce4a16ac0a57c914d399030e2b76654858ab488d (diff)
downloadopenvswitch-a1fc86397a22aee0e04158cc4a316a96ce9d5f94.tar.gz
Update docker run command
Faucet config is now in: /etc/faucet/ and log in: /var/log/faucet/ Signed-off-by: Frédéric Tobias Christ <fchrist@live.de> Signed-off-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'Documentation/tutorials')
-rw-r--r--Documentation/tutorials/faucet.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/tutorials/faucet.rst b/Documentation/tutorials/faucet.rst
index 830c60534..9abfa6ebd 100644
--- a/Documentation/tutorials/faucet.rst
+++ b/Documentation/tutorials/faucet.rst
@@ -147,7 +147,7 @@ between one and the other.
4. Create a container and start Faucet::
- $ docker run -d --name faucet -v $(pwd)/inst/:/etc/ryu/faucet/ -v $(pwd)/inst/:/var/log/ryu/faucet/ -p 6653:6653 faucet/faucet
+ $ docker run -d --name faucet --restart=always -v $(pwd)/inst/:/etc/faucet/ -v $(pwd)/inst/:/var/log/faucet/ -p 6653:6653 -p 9302:9302 faucet/faucet
5. Look in ``inst/faucet.log`` to verify that Faucet started. It will
probably start with an exception and traceback because we have not