---
title: "IPAM"
date: 2020-11-11
toc: false
draft: false
weight: 100
---

## IPAM: IP address allocation
* [`dhcp`](dhcp): Runs a daemon on the host to make DHCP requests on behalf of a container
* [`host-local`](host-local): Maintains a local database of allocated IPs
* [`static`](static): Allocates static IPv4/IPv6 addresses to containers

