博客列表 >Ubuntu21.10配置Docker CE 镜像

Ubuntu21.10配置Docker CE 镜像

Spark
Spark原创
2022年02月28日 22:24:54516浏览

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

 参考阿里云官方镜像站:阿里巴巴开源镜像站-OPSX镜像站-阿里云开发者社区

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

Ubuntu21.10配置Docker CE 镜像方法

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

至此安装及配置已完成。


声明:本文内容转载自脚本之家,由网友自发贡献,版权归原作者所有,如您发现涉嫌抄袭侵权,请联系admin@php.cn 核实处理。
全部评论
文明上网理性发言,请遵守新闻评论服务协议