Manage Container Config
manage_container_configSet container registry, RAM high-water mark, and veth interface on MikroTik RouterOS. Idempotent: returns 'no_change' if settings already match.
Instructions
Update global container settings. Idempotent: returns no_change if nothing differs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| routerId | No | Router ID; omit to use the default router. | |
| registryUrl | No | Container registry URL | |
| ramHighMb | No | RAM high-water mark in MB | |
| vethInterface | No | Veth interface name for container networking | |
| dryRun | No | Preview changes without applying. |