docker logs
Container ManagementFetch logs from a container
Options & Flags
Available options for this command
-fFollow log output
--tail NShow last N lines
Examples
Common usage examples
Show container logs
docker logs mycontainerFollow logs in real-time
docker logs -f mycontainerShow last 100 lines
docker logs --tail 100 mycontainerRelated Commands
You might also find these useful