Container List

$ docker ps -a

Container 접속

$ docker exec -it [container id or container name] /bin/bash

Container Log

$ docker logs -f [container id or container name]

Docker start Error

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.