====== 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