From 9717d9cbd34834aefb6c4bd8446214a1dd2ead65 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Fri, 12 Sep 2014 15:58:19 -0700 Subject: [PATCH] improve copy around AuFS problem --- launcher | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.25.1