docker_logs
Retrieve Docker container logs by specifying the container name or ID. Optionally set the number of lines to display or follow new log output in real time.
Instructions
View logs from a Docker container
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lines | No | Number of lines to show (default: 100) | |
| follow | No | Follow log output (default: false) | |
| container | Yes | Container name or ID |