Docker logo from docker press kit

Installing Docker

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
Install.sh screen

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.

Dennis

Related Post

1 Comment

  1. […] For this guide it’s important that you already have an up and running docker with docker compose in order to start. If you don’t have docker up and running, I’ve got you covered. Just folllow this guide […]

Leave A Comment

Name

Website

Comment