Merge pull request #19 from Marwolf/master
Change Docker default storage driver to devicemapper
This commit is contained in:
@@ -105,6 +105,13 @@ if [ "$install" == "1" ]; then
|
|||||||
fi
|
fi
|
||||||
# Ubuntu Docker <===================================================
|
# Ubuntu Docker <===================================================
|
||||||
echo ""
|
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 ""
|
||||||
echo "Configuring UFW to allow good ports and block MySQL from outside."
|
echo "Configuring UFW to allow good ports and block MySQL from outside."
|
||||||
echo ""
|
echo ""
|
||||||
|
|||||||
Reference in New Issue
Block a user