restart_container
Restart a Docker container by providing its ID or name, with an optional timeout to control the restart process.
Instructions
Restart a Docker container by ID or name with optional timeout.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| container_id | Yes | Container ID or name | |
| timeout | No | Seconds to wait before killing (default: 10) |