From: Taseer Date: Thu, 22 Sep 2016 09:52:09 +0000 (+0500) Subject: The original arguments were out of order. The docker name has to be after all the... X-Git-Tag: danube.1.0~274^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=08f5d1ae339cba701467c406aa87022115d23276;p=qtip.git The original arguments were out of order. The docker name has to be after all the arguments, to be able to successfully run the docker. Change-Id: I405c79c26be4d9fff90d5453a32af750323d44eb Signed-off-by: Taseer Ahmed --- diff --git a/docs/configguide/configuration.rst b/docs/configguide/configuration.rst index f29947d5..5d03de04 100644 --- a/docs/configguide/configuration.rst +++ b/docs/configguide/configuration.rst @@ -58,7 +58,7 @@ running the following command. Run the Docker instance: :: - docker run opnfv/qtip -i -t bash + docker run -it opnfv/qtip /bin/bash Now you are in the container and QTIP can be found in the /repos/qtip and can be navigated to using the following command.