mirror of
https://github.com/dokku/dokku.git
synced 2026-02-24 04:00:36 +01:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user