docker_restart
Restart a Docker container by name, either on the local host or a configured remote server. Use this tool to recover from failures or apply configuration changes without manual CLI commands.
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) |