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

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

Install Docker Debian Jessie 8

Hi! The Tutorial shows you Step-by-Step How to Install and Getting-Started with the Latest Docker Community Edition on Linux Debian Jessie 8 Amd64 GNU/Linux Desktop.

And Docker for Debian 8 is a Command-line Program, a background Daemon, and a set of Remote Services that take a Logistical Approach to Solving common Software Problems and Simplifying your experience Installing, Running, Publishing, and Removing Software.

Getting-Started with Docker on Debian Jessie is Easy, it’s enough to Install it and then Use the Docker Engine to Create and Manage Containers.

How to Install Docker CE on Debian Jessie 8 64-bit - Featured
  1. Open a Shell session
    (Press “Enter” to Execute Commands)

    How to Install Docker CE on Debian Jessie 8 64-bit - Open Terminal
  2. 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
  3. Check if a Previous Docker Version is Installed
    With:

    which docker

    If Yes then Remove that with:

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

    /napt install apt-transport-https 
    ca-certificates software-properties-common 
    curl apt-transport-https
    
  5. How to Setup the Docker CE Apt Repository

    Docker Apt Repo Setup
  6. Installing Docker CE.

    sudo apt install docker-ce
  7. Testing Docker Installation.

    With:

    sudo docker run hello-world

    Or:

    docker run hello-world

    Then Docker will Pull the Repo and Greets you with:
    Hello from Docker! :)

  8. How to Quick Start with Docker and Docker Containers

    Docker Quick Start Guide

QuickChic Theme • Powered by WordPress