Network Create
This API endpoint creates a new Docker network with customizable configurations. It accepts a POST request to `/networks/create` and allows you to specify network parameters such as the network name, driver type (bridge, overlay, macvlan, etc.), IPAM configuration for IP address management, internal network settings, and various driver-specific options. The request body can include labels for metadata, enable IPv6 support, configure network attachability for swarm services, and set ingress or...