link
Fetch the logs of a container
docker logs
Show container logs
docker logs my_container
Follow logs in real-time
docker logs -f my_container