diff options
author | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2016-09-30 03:51:28 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-09-30 03:51:29 +0000 |
commit | 210bb32b021d2da8191a11dfbc6eb6e75563f2a4 (patch) | |
tree | b70fceaddede5f220acb75cd01d3844ae01936e4 | |
parent | b64891aa2fa0ef7db659831217328f3ce9e9fab4 (diff) | |
parent | 08f5d1ae339cba701467c406aa87022115d23276 (diff) |
Merge "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."
-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. |