aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJingLu5 <lvjing5@huawei.com>2016-10-24 17:32:35 +0800
committerliang gao <jean.gaoliang@huawei.com>2016-10-24 10:17:02 +0000
commitec0e69dd201811e44eed0698450ea3d4552ee70f (patch)
tree017c4380147919b50c1aeec5bfb1372ff61d69c8
parent238cc096cd65ad7723fbd793faadbe4d34a36730 (diff)
Bugfix: correct a typo in the yardstick userguidecolorado.2.0
JIRA: YARDSTICK-374 Change-Id: If0d54542a1978655d7c9cae96171f1aa55a6fef4 Signed-off-by: JingLu5 <lvjing5@huawei.com> (cherry picked from commit 56531df3a48ba1f5bd4aff9c9c9f537a2e454852)
-rw-r--r--docs/userguide/07-installation.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/userguide/07-installation.rst b/docs/userguide/07-installation.rst
index d3d7bc1ce..d1ab84d65 100644
--- a/docs/userguide/07-installation.rst
+++ b/docs/userguide/07-installation.rst
@@ -148,7 +148,7 @@ Run the Docker image:
::
- docker run --privileged=true -it opnfv/yardstick /bin/bash
+ docker run --privileged=true -it opnfv/yardstick:stable /bin/bash
In the container the Yardstick repository is located in the /home/opnfv/repos
directory.