How to Install Docker CE on Ubuntu 18.10 Cosmic Step By Step

November 9, 2018 | By the+gnu+linux+evangelist.

Docker CE Ubuntu 18.10 - Installing Packages

  1. Login as SuperUser
    The default Docker Administration Requires this Privileges..

    sudo su

    Then to Achieve this Session:

    exit
  2. Check if a Previous Docker Version is Installed
    With:

    which docker

    If Yes then Remove that with:

    apt remove docker docker-engine
  3. Install PreRequisite Packages.

    /napt install apt-transport-https 
    ca-certificates software-properties-common  
    

QuickChic Theme • Powered by WordPress