Since a few year Docker s quite popular, it’s easy to use but for people starting out a little challenging sometimes. In this tutorial I will share ,y Debian & Ubuntu install script.
Let’s get started
To get going we need a running OS. Download and install Ubuntu or Debian in a virtual machine using your favorite virtualization software.
Open the terminal or SSH in your machine
sudo apt update
sudo apt instal git
Now we clone the repository I prepared for you guys: https://github.com/unf0rg0tt3n/autodocker
git clone https://github.com/unf0rg0tt3n/autodocker
cd autodocker
sudo chmod +x install.sh
Now execute the install, choose your OS and get a coffee.
sudo ./install.sh

Run docker
After a while your setup should be ready, up and running. You can get to your docker install by going to: http://<your IP>:9000
If you have any questions let me know down below! No server install yet? start here.