Installing Docker on Linux Mint 19 (tara) or Ubuntu 18.04

Installation is very simple on Linux (Mint or Ubuntu). Follow the official installation steps for community edition through repository method. If using Linux Mint 19 (tara) then instead of using :

sudo add-apt-repository “deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable”

use this :

sudo add-apt-repository “deb [arch=amd64] https://download.docker.com/linux/ubuntu bionic stable”

 

 

https://docs.docker.com/install/linux/docker-ce/ubuntu/#install-docker-ce-1

Add a Comment

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