diff options
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 74b5fde22..fc68d3931 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. |