From dc4487dbb0ca57e3d05ec38debadcc22192b5fda Mon Sep 17 00:00:00 2001 From: Lee Calcote Date: Fri, 1 Jul 2016 11:00:56 -0500 Subject: [PATCH] docs/ipam.md: spelling error Changed "lifecyle" to "lifecycle". Signed-off-by: Lee Calcote --- libnetwork/docs/ipam.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libnetwork/docs/ipam.md b/libnetwork/docs/ipam.md index 2fa06d0b19..aa2175506e 100644 --- a/libnetwork/docs/ipam.md +++ b/libnetwork/docs/ipam.md @@ -1,6 +1,6 @@ # IPAM Driver -During the Network and Endpoints lifecyle, the CNM model controls the IP address assignment for network and endpoint interfaces via the IPAM driver(s). +During the Network and Endpoints lifecycle, the CNM model controls the IP address assignment for network and endpoint interfaces via the IPAM driver(s). Libnetwork has a default, built-in IPAM driver and allows third party IPAM drivers to be dynamically plugged. On network creation, the user can specify which IPAM driver libnetwork needs to use for the network's IP address management. This document explains the APIs with which the IPAM driver needs to comply, and the corresponding HTTPS request/response body relevant for remote drivers.