Container logs
docker_logsView recent log lines from a Docker container by specifying its name and the number of lines to display. Useful for debugging container issues.
Instructions
Show the last N log lines for a container.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| container | Yes | Container name or id | |
| tail | No | Lines to show |