How to remove docker completely from ubuntu 14.04

后端 未结 5 1072
我在风中等你
我在风中等你 2021-01-30 07:03

I installed Docker on Ubuntu a while back but when I tried to remove, the Docker still exists in the system. I followed this https://stackoverflow.com/a/31313851/2340159 but did

5条回答
  •  囚心锁ツ
    2021-01-30 07:39

    sudo apt-get remove docker docker-engine docker.io containerd runc
    sudo rm -rf /var/lib/docker
    sudo apt-get autoclean
    sudo apt-get update
    

提交回复
热议问题