From: Jeff Atwood Date: Fri, 12 Sep 2014 22:58:19 +0000 (-0700) Subject: improve copy around AuFS problem X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=9717d9cbd34834aefb6c4bd8446214a1dd2ead65;p=discourse_docker.git improve copy around AuFS problem --- diff --git a/launcher b/launcher index cd33f0b..ee82bcb 100755 --- 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