Skip to content

Install Docker 19 Ubuntu Server 20

Anselmo Battisti edited this page May 5, 2020 · 3 revisions

1- Install Docker ```sudo apt install docker.io``

2 - Enable Docker in Startup

sudo systemctl enable --now docker

3 - To run withou sudo

sudo usermod -aG docker SOMEUSERNAME`

4 - Enable Docker API as described in the home page of this project