在ubuntu18.04中使用清华源安装docker
卸载旧版本
sudo apt-get remove docker docker-engine docker.io containerd runc
安装
- 更新包索引
sudo apt-get update
- 安装可以通过https使用仓库的一些相关包
sudo apt-get install \
apt-transport-https \
ca-certificates \
curl \
gnupg-agent \
software-properties-common
- 添加GPG key
curl -fsSL https://mirrors.tuna.tsinghua.edu.cn/docker-ce/linux/ubuntu/gpg | sudo apt-key add -
- 验证指纹
sudo apt-key fingerprint 0EBFCD88
【在ubuntu18.04中使用清华源安装docker】应该得到如下内容
pubrsa4096 2017-02-22 [SCEA]
9DC8 5822 9FC7 DD38 854AE2D8 8D81 803C 0EBF CD88
uid[ unknown] Docker Release (CE deb)
subrsa4096 2017-02-22 [S]
- 添加docker-ce的仓库
sudo add-apt-repository \
"deb [arch=amd64] https://mirrors.tuna.tsinghua.edu.cn/docker-ce/linux/ubuntu \
$(lsb_release -cs) \
stable"
- 更新包索引
sudo apt-get update
- 安装docker
sudo apt-get install docker-ce docker-ce-cli containerd.io
推荐阅读
- 热闹中的孤独
- 你到家了吗
- Shell-Bash变量与运算符
- JS中的各种宽高度定义及其应用
- 闲杂“细雨”
- 杜月笙的口才
- 2021-02-17|2021-02-17 小儿按摩膻中穴-舒缓咳嗽
- 深入理解Go之generate
- 赢在人生六项精进二阶Day3复盘
- 祖母走了