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 8fa3bd0bfa
commit c9a5b5ae56

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