Installing Packages
-
2. Preinstallation 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 Packages
Install PreRequisite Packages.
sudo apt install apt-transport-https ca-certificates software-properties-common
Contents