1:利用sudo apt-get remove docker 进行卸载提示如下,docker未按照所以不能卸载

Ubuntu16.04中Docker的卸载

2:再次查看docker版本,依然还在

Ubuntu16.04中Docker的卸载

3:原因是安装的时候安装的是docker-ce版本,所以卸载的时候也要卸载docker-ce,如下图

执行了:sudo apt-get remove docker-ce然后再次查看docker版本发现卸载成功了

Ubuntu16.04中Docker的卸载

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-09-14
  • 2022-12-23
  • 2021-05-02
  • 2021-05-17
  • 2022-12-23
猜你喜欢
  • 2021-07-15
  • 2021-06-07
  • 2022-12-23
  • 2021-10-19
  • 2021-05-22
  • 2022-12-23
相关资源
相似解决方案