?
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/do... | sudo apt-key add –
文章图片
3: 写入软件源信息,执行如下命令:
sudo add-apt-repository "deb [arch=amd64] https://mirrors.aliyun.com/do... $(lsb_release -cs) stable"
文章图片
4: 更新并安装Docker-CE,执行如下命令:
sudo apt-get -y update
【Ubuntu21.10配置Docker CE 镜像】
文章图片
sudo apt-get -y install docker-ce
文章图片
至此安装及配置已完成。
?
推荐阅读
- Centos7配置阿里云DNS
- Firefox配置阿里云DNS
- 谷粒学院|谷粒学院day6 头像上传模块与课程分类模块
- 服务器|阿里云服务器搭建个人网站
- CentOS7 阿里云镜像配置方法
- 云效研发效能周刊
- linux|记录一次阿里云服务器部署博客项目的经历
- 阿里云添加邮箱解析 实现邮件收发
- 阿里云mysql镜像的安装方法