From 64716d41c22284f76a22a6ab4e8616f78a71a03d Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9gis=20Hanol?= Date: Wed, 15 May 2019 22:06:24 +0200 Subject: [PATCH] COPY: remove unsupported storage drivers from warning message --- launcher | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launcher b/launcher index ef73c5f..6a09c0c 100755 --- a/launcher +++ b/launcher @@ -155,7 +155,7 @@ check_prereqs() { # 2. running an approved storage driver? if ! $docker_path info 2> /dev/null | egrep -q '^Storage Driver: (aufs|zfs|overlay2)$'; then echo "Your Docker installation is not using a supported storage driver. If we were to proceed you may have a broken install." - echo "aufs is the recommended storage driver, although zfs/btrfs/overlay and overlay2 may work as well." + echo "aufs is the recommended storage driver, although zfs and overlay2 may work as well." echo "Other storage drivers are known to be problematic." echo "You can tell what filesystem you are using by running \"docker info\" and looking at the 'Storage Driver' line." echo -- 2.25.1