Step-by-step – Docker Installation in Pop!_OS

May 18, 2021 | By the+gnu+linux+evangelist.

Installing

  1. 2. PreRequisite Setup

    Check if a Previous Docker Version is Installed
    With:

    which docker

    If Yes then Remove that with:

    sudo apt remove docker docker-engine

    Install PreRequisite Packages.

    sudo apt install apt-transport-https
    ca-certificates software-properties-common
    
  2. 3. Setting Up Docker CE Repo

    How to Setup the Docker CE Apt Repository

    Docker Repo Setup
  3. 4. Installing Docker CE

    Installing Docker CE
    Simply play:

    sudo apt install docker-ce

Contents


QuickChic Theme • Powered by WordPress