Careful when updating docker on Ubuntu

I just updated docker on my Ubuntu 16.04 server. After that, I couldn’t run any docker containers anymore and always got the error
docker: Error response from daemon: no status provided on response: unknown
I tried everything like removing all unused and dangling images. Finally I found a fix here

Everything is running again now.

2 Likes