diff options
author | Taseer <taseer94@gmail.com> | 2016-09-22 14:52:09 +0500 |
---|---|---|
committer | Taseer Ahmed <taseer94@gmail.com> | 2016-09-23 09:12:24 +0000 |
commit | 08f5d1ae339cba701467c406aa87022115d23276 (patch) | |
tree | 1bb82c415071b49f86ef672b18521a937738dc6c /docs | |
parent | 58ac79cd54821bf8c3891d136be4254aa79bfa08 (diff) |
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 <taseer94@gmail.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/configguide/configuration.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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. |