remote_docker
Control Docker containers on a remote Linux server via SSH, enabling actions like listing, log viewing, starting, stopping, restarting, checking stats, and executing commands without Docker API or open ports.
Instructions
Manage Docker containers on the remote Linux server via SSH. Actions: list, logs, start, stop, restart, stats, exec. No Docker API or open port needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lines | No | Number of log lines to tail (for logs action, default: 50) | |
| action | Yes | Action to perform | |
| command | No | Shell command to run inside the container (required for exec) | |
| container | No | Container name or ID (required for all actions except list) |