diff options
author | JingLu5 <lvjing5@huawei.com> | 2016-10-24 17:32:35 +0800 |
---|---|---|
committer | JingLu5 <lvjing5@huawei.com> | 2016-10-24 17:32:35 +0800 |
commit | 56531df3a48ba1f5bd4aff9c9c9f537a2e454852 (patch) | |
tree | 1337ba900b837ce0be171e7a8e815896a4a972f5 /docs/userguide/07-installation.rst | |
parent | a16185fb38269a29e155f4f79c3fc2ae13dbdc29 (diff) |
Bugfix: correct a typo in the yardstick userguide
JIRA: YARDSTICK-374
Change-Id: If0d54542a1978655d7c9cae96171f1aa55a6fef4
Signed-off-by: JingLu5 <lvjing5@huawei.com>
Diffstat (limited to 'docs/userguide/07-installation.rst')
-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. |