Here’s how you tail a Docker log.

docker logs --follow <container_name>

See docker logs --help for more.