docker_restart
Restart a Docker container by name, either locally or on a configured remote server, to apply configuration changes or recover from failures.
Instructions
Restart a Docker container by name
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Container name to restart | |
| server | No | Remote server name from config (optional, runs locally if omitted) |