How to Install Docker CE on Linux Debian 64-bit Easy Guide

April 26, 2017 | By the+gnu+linux+evangelist.

Docker CE Debian - Installing Packages

  1. 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
  2. Check if a Previous Docker Version is Installed
    With:

    which docker

    If Yes then Remove that with:

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

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

QuickChic Theme • Powered by WordPress