link
docker/logs

View Logs

Fetch the logs of a container

container
debugging

Command

docker logs

Examples

Show container logs

docker logs my_container

Follow logs in real-time

docker logs -f my_container