Raise a full Docker setup in your server in seconds!
Simple bash script to automate the installation of Docker on Debian-based servers.
It also lets you choose if you want to install docker-compose
, and create a Docker user.
Only tested on fresh Debian 11 installations. Reviewing the code is recommended.
You can either download the script and run it manually, or use the following command:
wget -qO- https://raw.githubusercontent.com/thieryl/dockeraise/main/dockeraise.sh | bash