docker_stop
Stop a running Docker container by name. Choose a server from config to stop it remotely, or run locally to halt its processes.
Instructions
Stop a Docker container by name
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Container name to stop | |
| server | No | Remote server name from config (optional, runs locally if omitted) |