Added Install Docker Script

I’ve noticed that some people have been encountering issues with CasaOS, specifically:

error response from daemon : invalid mount config for type "bind": bind source path does not exist

I suspect this problem arises because users have installed Docker using Snap. To address this, I’ve created a script that checks if Docker is installed via Snap. If it is, the script prompts the user to uninstall Docker from Snap. After that, it proceeds to install Docker and asks the user if they want to proceed with the installation.

You can find the script here:

You can run this script with the following command:

bash -c "$(wget -qLO - https://raw.githubusercontent.com/bigbeartechworld/big-bear-scripts/master/install-docker/run.sh)"

Blog Post: