From ec0e69dd201811e44eed0698450ea3d4552ee70f Mon Sep 17 00:00:00 2001 From: JingLu5 Date: Mon, 24 Oct 2016 17:32:35 +0800 Subject: Bugfix: correct a typo in the yardstick userguide JIRA: YARDSTICK-374 Change-Id: If0d54542a1978655d7c9cae96171f1aa55a6fef4 Signed-off-by: JingLu5 (cherry picked from commit 56531df3a48ba1f5bd4aff9c9c9f537a2e454852) --- docs/userguide/07-installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit 1.2.3-korg