Create network
arcane_network_createCreate a Docker network with specified driver, subnet, gateway, and access restrictions to isolate containers.
Instructions
Create a new Docker network
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| environmentId | Yes | Environment ID | |
| name | Yes | Network name | |
| driver | No | Network driver | bridge |
| internal | No | Restrict external access | |
| attachable | No | Allow manual container attachment (for overlay) | |
| subnet | No | Subnet in CIDR format (e.g., 172.20.0.0/16) | |
| gateway | No | Gateway IP address | |
| ipRange | No | IP range for allocation |