docker_logs
Get container logs by providing container ID or name. Optionally specify line count or follow log output.
Instructions
Get container logs
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| container | Yes | Container ID or name | |
| tail | No | Lines to show (default: 100) | |
| follow | No | Follow logs |