From 08f5d1ae339cba701467c406aa87022115d23276 Mon Sep 17 00:00:00 2001 From: Taseer Date: Thu, 22 Sep 2016 14:52:09 +0500 Subject: 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 --- docs/configguide/configuration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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. -- cgit 1.2.3-korg