Pre Install Setup
-
2. Pre-installation Testing
Check if a Previous Docker Version is Installed
With:which docker
If Yes then Remove that with:
sudo apt remove docker docker-engine
-
3. Installing Required Stuff
Install PreRequisite Packages
Simply play:sudo apt install apt-transport-https ca-certificates software-properties-common
Contents