Read logs from docker container

tail -f `docker inspect --format='{{.LogPath}}' [containername]`

LEAVE A COMMENT