Restore installer note regarding AUFS on Linode

See discussion in: https://github.com/dokku/dokku/issues/2675
Upstream Docker bug: https://github.com/docker/docker/issues/32361
This commit is contained in:
Dan Callahan
2017-04-04 14:27:09 -05:00
parent 0b430af077
commit 20497dabb4

View File

@@ -117,6 +117,12 @@ install-dokku-from-deb-package() {
apt-get -qq -y install apt-transport-https
echo "--> Installing docker"
if uname -r | grep -q linode; then
echo "--> NOTE: Using Linode? Docker may complain about missing AUFS support."
echo " You can safely ignore this warning."
echo " Installation will continue in 10 seconds."
sleep 10
fi
wget -nv -O - https://get.docker.com/ | sh
echo "--> Installing dokku"