Fix dockerfile comment containing unrecognized argument 'host'

Change-Id: If2781a3234284965ed7f99d7a464f3df03f2cceb
This commit is contained in:
Pierre Padrixe 2014-12-01 15:41:29 +01:00
parent 65a2af30db
commit 61de9551bd
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
############################################################ ############################################################
# Usage: # Usage:
# docker build -t magnum:latest . # docker build -t magnum:latest .
# docker run --name magnum -p 127.0.0.1:9511:9511 -d magnum:latest /bin/sh -c magnum-api --debug --host=0.0.0.0 # docker run --name magnum -p 127.0.0.1:9511:9511 -d magnum:latest
# curl http://127.0.0.1:9511/ # curl http://127.0.0.1:9511/
############################################################ ############################################################