【发布时间】:2015-09-27 14:14:03
【问题描述】:
我已经按照 docker.com 上的安装教程安装了 docker,使用 wget https://get.docker.com/ | sh 命令。
现在我需要完全删除它。 apt-get remove docker、apt-get --auto-remove docker、apt-get remove docker.io、apt-get --auto-remove docker.io 或任何其他组合都不起作用,因为我没有使用 apt-get 安装它。有没有什么办法可以比手动移除 docker 更快?
(如果有什么不同,我正在开发 Ubuntu 14.04)。
【问题讨论】:
标签: ubuntu installation docker uninstallation