GNU/Linux Mint 19 Installing Docker CE – QuickStart Guide
Hello Linux user! The Tutorial shows you Step-by-Step How to Install Latest Docker Community Edition in Linux Mint 19.x Tara/Tessa/Tina/Tricia 64-bit GNU/Linux Desktop.
And Docker for Linux Mint is a Command-line Program, a background Daemon, and a set of Remote Services that take a Logistical Approach to Solving common Software Problems and Simplifying your experience Installing, Running, Publishing, and Removing Software.
Finally, Getting Started with Docker on Mint is Easy, it’s enough to Install it and then Use the Docker Engine to Create and Manage Containers.

-
1. Launching Terminal
Open a Shell Terminal emulator window
(Press “Enter” to Execute Commands)In case first see: Terminal QuickStart Guide.
-
2. Pre-Installation Setup
Then Install Required Packages
Simply with:sudo apt install apt-transport-https ca-certificates software-properties-common
Next Check if a Previous Docker Version is Installed:
which docker
If Yes then Remove it with:
sudo apt remove docker docker-engine
-
3. Setting Up Docker Repo
How to Setup the Docker CE Apt Repository
Contents