create_network
Get guidance on Docker network creation with EasyPanel. Learn that networks are auto-managed at service deployment, and use the internal flag on services to isolate them from the internet.
Instructions
Advisory helper for network creation.
IMPORTANT: EasyPanel creates and manages Docker networks automatically when services are deployed; there is no API to create one directly. This tool does NOT create anything — it returns guidance. To isolate services, set internal=true when creating the service instead.
Args: name: Network name internal: Whether the network is internal (isolated from internet) driver: Network driver (overlay, bridge, etc.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| driver | No | overlay | |
| internal | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||