Blogger Information
Blog 35
fans 0
comment 0
visits 23036
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
Ubuntu21.10配置Docker CE 镜像
Spark
Original
543 people have browsed it

Docker CE 镜像

 参考阿里云官方镜像站:https://developer.aliyun.com/mirror/

简介

Docker CE 是免费的 Docker 产品的新名称,Docker CE 包含了完整的 Docker 平台,非常适合开发人员和运维团队构建容器 APP。

下载地址:阿里云开源镜像站资源目录

Ubuntu21.10配置方法

1: 安装必要的一些系统工具,执行如下命令:

sudo apt-get update

sudo apt-get -y install apt-transport-https ca-certificates curl software-properties-common

2: 安装GPG证书,执行如下命令:

curl -fsSL https://mirrors.aliyun.com/docker-ce/linux/ubuntu/gpg | sudo apt-key add –

3: 写入软件源信息,执行如下命令:

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

4: 更新并安装Docker-CE,执行如下命令:

sudo apt-get -y update

sudo apt-get -y install docker-ce

至此安装及配置已完成。


Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post