Docker CE Ubuntu 18.04 - Installing Packages
Login as SuperUser
The default Docker Administration Requires this Privileges..sudo su
Then to Achieve this Session:
exit
Check if a Previous Docker Version is Installed
With:which docker
If Yes then Remove that with:
apt remove docker docker-engine
Install PreRequisite Packages.
/napt install apt-transport-https ca-certificates software-properties-common