Docker CE Debian - Installing Packages
-
Login as SuperUser
The default Docker Administration Requires this Privileges..su -
If Got “User is Not in Sudoers file” then see: How to Enable sudo
Then to Achieve this Session:exit
-
Check if a Previous Docker Version is Installed
With:which docker
If Yes then Remove that with:
apt-get remove docker docker-engine
-
Install PreRequisite Packages.
/napt install apt-transport-https ca-certificates software-properties-common curl apt-transport-https
Contents