improve copy around AuFS problem
authorJeff Atwood <jatwood@codinghorror.com>
Fri, 12 Sep 2014 22:58:19 +0000 (15:58 -0700)
committerJeff Atwood <jatwood@codinghorror.com>
Fri, 12 Sep 2014 22:58:23 +0000 (15:58 -0700)
launcher

index cd33f0ba883851f1ada15bacd15a1eb3367ddb1a..ee82bcbd403158ed4d4c4bb2fe63e534e3acede5 100755 (executable)
--- a/launcher
+++ b/launcher
@@ -76,8 +76,8 @@ prereqs() {
   # 2. running aufs 
   test=`$docker_path info 2> /dev/null | grep 'Driver: aufs'`
   if [[ "$test" =~ "aufs" ]] ; then : ; else
-    echo "Your Docker installation is not using aufs, in the past we have had issues with it"
-    echo "If you are unable to bootstrap your image (or stop it) please report the issue at:"
+    echo "Your Docker installation is not using the recommended AuFS (union filesystem) and may be unstable."
+    echo "If you are unable to bootstrap / stop your image please report the issue at:"
     echo "https://meta.discourse.org/t/discourse-docker-installation-without-aufs/15639"
   fi