Signed-off-by: Justin Cormack <justin.cormack@unikernel.com>
This commit is contained in:
Justin Cormack 2016-01-20 16:57:47 +00:00
parent dba5bc4292
commit 4aeee48189

View File

@ -9,7 +9,7 @@ export DOCKER_RAMDISK="true"
if cat /proc/filesystems | grep -q '\taufs$'
then
DOCKER_OPTS="${DOCKER_OPTS:- -s aufs}"
else if cat /proc/filesystems | grep -q '\toverlay$'
elif cat /proc/filesystems | grep -q '\toverlay$'
then
DOCKER_OPTS="${DOCKER_OPTS:- -s overlay}"
fi