docker_logs
Inspect Docker container logs by providing the container name. Set an optional line count and remote server to diagnose issues from local or remote hosts.
Instructions
Get logs from a Docker container
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Container name to get logs from | |
| lines | No | Number of log lines to return (default: 50) | |
| server | No | Remote server name from config (optional, runs locally if omitted) |