Merge pull request #19 from Marwolf/master

Change Docker default storage driver to devicemapper
This commit is contained in:
Marwolf
2018-08-18 22:52:32 -04:00
committed by GitHub

View File

@@ -105,6 +105,13 @@ if [ "$install" == "1" ]; then
fi
# Ubuntu Docker <===================================================
echo ""
echo "Setting Docker to have the correct storage driver."
echo ""
echo '{
"storage-driver": "devicemapper"
}' | sudo tee --append /etc/docker/daemon.json && sudo service docker restart
echo ""
echo ""
echo "Configuring UFW to allow good ports and block MySQL from outside."
echo ""