summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorliang gao <jean.gaoliang@huawei.com>2016-10-24 10:16:39 +0000
committerGerrit Code Review <gerrit@opnfv.org>2016-10-24 10:16:39 +0000
commit31226362a10c1e90d4bf0cd10fb81e50606becaf (patch)
treea4de609352ce0d11829be56866e12d605547f790
parent57661d4fe2a37a7beb9d93651a82bf2d7a3cd5b0 (diff)
parent56531df3a48ba1f5bd4aff9c9c9f537a2e454852 (diff)
Merge "Bugfix: correct a typo in the yardstick userguide"
-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.