docker logs --follow <containerid>
This tails the output of the running container. This is useful if you did not set up a logging driver on the docker daemon.