diff --git a/docs/dev-quickstart.md b/docs/dev-quickstart.md
index 6323166b67af0105c9385cfdfc4fef7860c6866b..3067e593821681e228e207aa106172dc88d5ae97 100644
--- a/docs/dev-quickstart.md
+++ b/docs/dev-quickstart.md
@@ -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 \