How to Install Docker on Debian Buster

August 14, 2019 | By the+gnu+linux+evangelist.

Installing

  1. 2. Pre-Installation Testing

    Check if a Previous Docker Version is Installed

    which docker

    If Yes then Remove that with:

    sudo apt remove docker docker-engine
  2. 3. Installing Dependencies

    Install PreRequisite Packages
    Executing:

    sudo apt install apt-transport-https ca-certificates software-properties-common curl apt-transport-https
  3. 4. Setting Up Repository

    How to Setup the Docker CE Apt Repository

    Docker Apt Repo Setup
  4. 5. Installing

    Installing Docker CE
    Simply run:

    sudo apt install docker-ce

Contents


QuickChic Theme • Powered by WordPress