Skip to content
Snippets Groups Projects
Commit 1d72a50b authored by Hui Kang's avatar Hui Kang
Browse files

Update dev-quickstart doc

Do not use aufs to build images for Ubuntu systems

Change-Id: Ia14eaada3ec034a6ae340192dc69460df8885045
parent 15eb390a
No related branches found
No related tags found
No related merge requests found
......@@ -51,6 +51,10 @@ Inc.:
curl -sSL https://test.docker.com/ubuntu | sh
For Ubuntu based systems, do not use aufs when starting Docker daemon. Instead
use other storage options, e.g., btrfs. This is because cap_set_file is not
permitted on aufs when building docker images.
Next, install the OpenStack python clients if they are not installed:
sudo yum install python-keystoneclient python-glanceclient \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment