Ubuntu 安装docker


安装
切换为 root 用户,非 root 用户,请在所有命令前面加上 sudo

更新apt
apt update

安装依赖
apt install apt-transport-https ca-certificates curl software-properties-common

添加docker官方密钥到系统中
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add –

添加docker源
add-apt-repository “deb [arch=amd64] https://download.docker.com/linux/ubuntu bionic stable”

更新docker源
apt update

查看所有可以安装的版本
apt-cache policy docker-ce

安装docker
apt install docker-ce

原创文章,作者:ItWorker,如若转载,请注明出处:https://blog.ytso.com/281243.html

(0)
上一篇 2022年8月20日
下一篇 2022年8月20日

相关推荐

发表回复

登录后才能评论