当前位置:   article > 正文

kail 安装及卸载 docker【亲测可用】_kali清除所有docker

kali清除所有docker

kail 安装及卸载 docker 详细过程【亲测可用】

1.安装https协议、CA证书、dirmngr
apt-get update 
apt-get install -y apt-transport-https ca-certificates 
apt-get install dirmngr
  • 1
  • 2
  • 3
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
  • 1
  • 2
3.系统更新以及安装docker
apt-get update
apt install docker-ce
  • 1
  • 2
4.启动docker服务器
service docker start
  • 1
5.docker安装测试(hello)
docker hello
  • 1
6.docker 命令
docker version   查看docker的版本信息 
docker images   查看拥有的images 
docker ps       查看docker container 
apt-get autoremove --purge docker-ce 卸载docker所有程序包和依赖关系
rm-rf /var/lib/docker 删除所有图像,容器和卷
  • 1
  • 2
  • 3
  • 4
  • 5
??? 少侠,留个赞再走呗 !
本文内容由网友自发贡献,转载请注明出处:https://www.wpsshop.cn/w/神奇cpp/article/detail/1013540
推荐阅读
相关标签
  

闽ICP备14008679号