官网配置步骤:https://docs.docker.com/install/linux/docker-ce/ubuntu/#install-docker-ce-1

安装Docker社区版仓库

  1. Update the apt package index:

    SRE实战 互联网时代守护先锋,助力企业售后服务体系运筹帷幄!一键直达领取阿里云限量特价优惠。
    $ sudo apt-get update 
  2. Install packages to allow apt to use a repository over HTTPS:

    $ sudo apt-get install \ apt-transport-https \ ca-certificates \ curl \ software-properties-common 
  3. Add Docker’s official GPG key:

    $ curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
  4. Use the following command to set up the stable repository. You always need the stable repository, even if you want to install builds from the edge or test repositories as well. To add the edge or test repository, add the word edge or test (or both) after the word stable in the commands below.

    $ sudo add-apt-repository \ "deb [arch=amd64] https://download.docker.com/linux/ubuntu \ $(lsb_release -cs) \ stable"

安装Docker社区版

  1. Update the apt package index.

    $ sudo apt-get update 
  2. Install the latest version of Docker CE, or go to the next step to install a specific version:

    $ sudo apt-get install docker-ce

   3.Verify that Docker CE is installed correctly by running the hello-world image.

    $ sudo docker run hello-world

截图如下

Ubuntu下安装Docker CE Linux 第1张

   Ubuntu下安装Docker CE Linux 第2张

Ubuntu下安装Docker CE Linux 第3张

 

 
扫码关注我们
微信号:SRE实战
拒绝背锅 运筹帷幄