From 5af67a5074f38c7341bc0057a577ca63ac92caf5 Mon Sep 17 00:00:00 2001 From: Chen Date: Thu, 1 Jun 2017 18:51:08 +0900 Subject: [PATCH] Fix a typo and update a link address Change-Id: I41a0a370c002b5b6b93a777db5fec4c4be11714c --- doc/source/install_and_upgrade/install.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/install_and_upgrade/install.rst b/doc/source/install_and_upgrade/install.rst index 0a36cc7a..f9b5f1d4 100644 --- a/doc/source/install_and_upgrade/install.rst +++ b/doc/source/install_and_upgrade/install.rst @@ -131,7 +131,7 @@ be done via the following steps: In order for the volume to be accessible by the Rally user (uid: 65500) inside the container, it must be accessible by UID 65500 *outside* the container as well, which is why it is created - in ``/var/lib/rally``. Creating it in your home directory is only + in ``/var/lib/rally_container``. Creating it in your home directory is only likely to work if your home directory has excessively open permissions (e.g., ``0755``), which is not recommended. @@ -173,4 +173,4 @@ More about docker: https://www.docker.com/ .. references: .. _installation script: https://raw.githubusercontent.com/openstack/rally/master/install_rally.sh -.. _installation instructions for various OSes: https://docs.docker.com/installation/ +.. _installation instructions for various OSes: https://docs.docker.com/engine/installation/