How to Install Docker on Debian Bullseye

December 13, 2019 | By the+gnu+linux+evangelist.

Installing

  1. 4. Installing Dependencies

    Install PreRequisite Packages
    Executing:

    sudo apt install apt-transport-https ca-certificates software-properties-common curl apt-transport-https
  2. 5. Installing Docker

    Now to Install Docker CE
    Simply run:

    sudo apt install docker-ce
  3. 6. Testing

    Testing Docker Installation
    With:

    With:

    sudo docker run hello-world

    Or:

    docker run hello-world

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

  4. 7. Getting Started

    How to Get Started with Docker and Docker Containers

    Docker Quick Start Guide

Contents


Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,

QuickChic Theme • Powered by WordPress