Installing
-
2. PreRequisite Setup
Check if a Previous Docker Version is Installed
With:which docker
If Yes then Remove that with:
sudo apt remove docker docker-engine
Install PreRequisite Packages.
sudo apt install apt-transport-https ca-certificates software-properties-common
-
3. Setting Up Docker CE Repo
How to Setup the Docker CE Apt Repository
-
4. Installing Docker CE
Installing Docker CE
Simply play:sudo apt install docker-ce
Contents