Score:0

Ubuntu 20.04 takes more time to boot and shutdown after installing docker

br flag

I installed docker on my ubuntu 20.04. After that my machine boot time and shutdown time increased. So I uninstalled docker.io from my machine but still my machine takes more time to boot and shutdown. I don't know what to do.

Edit: Docker is completely uninstalled, there is no docker service running. Used this thread as reference How to completely uninstall docker to uninstall docker.

Commands used to uninstall docker

$ sudo apt remove docker.io
$ dpkg -l | grep -i docker
$ sudo apt remove --purge docker-ce docker-ce-cli containerd.io
$ sudo rm -rf /var/lib/docker
$ sudo rm -rf /var/lib/containerd
$ sudo apt autoremove -y
$ sudo apt autoclean
$ sudo apt purge docker.io
cocomac avatar
cn flag
I suggest you read [this question](https://askubuntu.com/q/935569/1438484). If you only uninstalled that one package, that is why Docker isn't fully gone
Kandhaswamy avatar
br flag
I read the thread and did it what they said.
cocomac avatar
cn flag
And...? Did it work? If not, please [edit] your question to include the output of `sudo service docker status`
Kandhaswamy avatar
br flag
thanks added few more details
walttheboss avatar
es flag
As the machine boots and shuts down hit the escape key to see what is happehing. There most likely will be a message like " stop job for . . . waiting "
Kandhaswamy avatar
br flag
Useful to me but the still I'm unable to find which one making slow boot my machine. What are the information I need to share here.
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.