The original arguments were out of order. The docker name has to be after all the... 57/22357/3
authorTaseer <taseer94@gmail.com>
Thu, 22 Sep 2016 09:52:09 +0000 (14:52 +0500)
committerTaseer Ahmed <taseer94@gmail.com>
Fri, 23 Sep 2016 09:12:24 +0000 (09:12 +0000)
Change-Id: I405c79c26be4d9fff90d5453a32af750323d44eb
Signed-off-by: Taseer Ahmed <taseer94@gmail.com>
docs/configguide/configuration.rst

index f29947d..5d03de0 100644 (file)
@@ -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.