Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Docker: failed to start daemon: error while opening volume store metadata database: timeout

Tags:

docker

When I try to run Docker:

sudo dockerd

I get this exception:

failed to start daemon: error while opening volume store metadata database: timeout

What I've tried but didn't help:

ps axf | grep docker | grep -v grep | awk '{print "kill -9 " $1}' | sudo sh 
like image 670
Alon Avatar asked May 24 '26 16:05

Alon


1 Answers

The problem was that I had two instances of Docker running. I solved that by killing them and then started docker again using systemctl start docker

like image 116
Alon Avatar answered May 26 '26 08:05

Alon



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!