diff options
author | liang gao <jean.gaoliang@huawei.com> | 2016-10-24 10:16:39 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2016-10-24 10:16:39 +0000 |
commit | 31226362a10c1e90d4bf0cd10fb81e50606becaf (patch) | |
tree | a4de609352ce0d11829be56866e12d605547f790 /docs | |
parent | 57661d4fe2a37a7beb9d93651a82bf2d7a3cd5b0 (diff) | |
parent | 56531df3a48ba1f5bd4aff9c9c9f537a2e454852 (diff) |
Merge "Bugfix: correct a typo in the yardstick userguide"
Diffstat (limited to 'docs')
-rw-r--r-- | docs/userguide/07-installation.rst | 2 |
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. |