pier_get_container_logs
Fetch logs from a specific Docker container by ID. Optionally restrict to the last N lines for troubleshooting or output monitoring.
Instructions
Fetch logs from a specific Docker container. Requires the container ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tail | No | Limit to last N lines (optional) | |
| containerId | Yes | The Docker container ID or name |