$ docker ps -a
$ docker exec -it [container id or container name] /bin/bash
$ docker logs -f [container id or container name]
I fell into this problem because i tried to mv /var/lib/docker/overlay2
to some other place with docker starting. And docker system prune -af
works for me.