network_connect
Connect a container to an existing Docker network to enable communication between containers. Optionally assign a network-scoped alias for service discovery.
Instructions
Connect a container to a network
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| alias | No | Add network-scoped alias for the container | |
| network | Yes | Network name or ID | |
| container | Yes | Container ID or name |