ssh_docker_compose
Run Docker Compose commands on remote Linux machines over SSH—up, down, restart, logs, build, pull.
Instructions
Run docker compose commands.
Args: action: Compose action — 'up', 'down', 'restart', 'ps', 'logs', 'build', 'pull' path: Path to the directory containing docker-compose.yml session_name: SSH session to use
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | . | |
| action | Yes | ||
| session_name | No | default |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |