kail 安装及卸载 docker【亲测可用】
kail 安装及卸载 docker 详细过程【亲测可用】1.安装https协议、CA证书、dirmngrapt-get updateapt-get install -y apt-transport-https ca-certificatesapt-get install dirmngr2.添加GPG密钥并添加更新源curl -fsSL https://mirrors.tuna.tsinghua.e
·
kail 安装及卸载 docker 详细过程【亲测可用】
1.安装https协议、CA证书、dirmngr
apt-get update
apt-get install -y apt-transport-https ca-certificates
apt-get install dirmngr
2.添加GPG密钥并添加更新源
curl -fsSL https://mirrors.tuna.tsinghua.edu.cn/docker-ce/linux/debian/gpg | sudo apt-key add -
echo 'deb https://mirrors.tuna.tsinghua.edu.cn/docker-ce/linux/debian/ buster stable' | sudo tee /etc/apt/sources.list.d/docker.list
3.系统更新以及安装docker
apt-get update
apt install docker-ce
4.启动docker服务器
service docker start
5.docker安装测试(hello)
docker hello
6.docker 命令
docker version 查看docker的版本信息
docker images 查看拥有的images
docker ps 查看docker container
apt-get autoremove --purge docker-ce 卸载docker所有程序包和依赖关系
rm-rf /var/lib/docker 删除所有图像,容器和卷
👇👇👇 少侠,留个赞再走呗 !
更多推荐
已为社区贡献4条内容
所有评论(0)