Easiest way to install docker

This guide (or tip if you may) will show you how to install Docker in the easiest possible way. It is not pointing against enterprise or production systems by Docker documentation, but is mainly for using in a homelab environment. Remember to always investigate downloaded scripts before executing them on your local system.

Navigate to official Docker git-hub page here:

https://github.com/docker/docker-install

Here you¨’ll find the 2 commands to download and start installation of Docker along some useful tools.

In short, the commands are:

$ curl -fsSL https://get.docker.com -o get-docker.sh
$ sh get-docker.sh

These 2 commands should install Docker onto your system with all dependencies regardless of your distribution.

Remember to always check downloaded code and look at the official description and/or documentation!

Leave a Reply

Your email address will not be published. Required fields are marked *