彻底删除docker

2023-11-15 55 0

做个记录:

#移除 docker 和 docker 容器
sudo apt-get remove docker docker-engine docker.io containerd runc

#用 dpkg 命令查看有哪些相关 docker 软件
dpkg -l | grep docker

#卸载:
apt-get remove docker-ce-cli docker-ce

#自动卸载 containerd.io 等一干软件
apt-get autoremove

相关文章

宝塔安装 nginx 失败
Ubuntu 安装 GUI 及远程桌面 Xrdp
macOS 下 GoAccess 踩坑
甲骨文(Oracle Linux)手动扩容命令
ServerStatus 感觉不错, 记录一下配置过程
Centos7 防火墙管理