docker:networking:ip_address_allocation
Docker - Networking - IP address allocation
The Docker IPAM (IP Address Management) driver manages IP address allocation for networks.
- Custom IPAM drivers can be used for specific networking requirements.
Create a network with a specific subnet and gateway
docker network create --subnet=172.20.0.0/16 --gateway=172.20.0.1 my-net
docker/networking/ip_address_allocation.txt · Last modified: 2025/07/25 15:11 by peter