From d0c344304f2b0145a7805a3348a635043d2a9112 Mon Sep 17 00:00:00 2001 From: Chris Weyl Date: Mon, 30 Nov 2015 23:33:55 -0600 Subject: [PATCH] newtork -> network (minor spelling correction) ...yeah, that was bugging me. :) Signed-off-by: Chris Weyl Upstream-commit: 8fd2630d01d65dd64053091ef9b35a98f4fc3d5c Component: engine --- components/engine/docs/reference/commandline/network_create.md | 2 +- components/engine/man/docker-network-create.1.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/engine/docs/reference/commandline/network_create.md b/components/engine/docs/reference/commandline/network_create.md index 4b794d8940..bdaafb4b5f 100644 --- a/components/engine/docs/reference/commandline/network_create.md +++ b/components/engine/docs/reference/commandline/network_create.md @@ -116,7 +116,7 @@ docker network create -d overlay --ip-range=192.168.1.0/24 --aux-address a=192.168.1.5 --aux-address b=192.168.1.6 --aux-address a=192.170.1.5 --aux-address b=192.170.1.6 - my-multihost-newtork + my-multihost-network ``` Be sure that your subnetworks do not overlap. If they do, the network create fails and Engine returns an error. diff --git a/components/engine/man/docker-network-create.1.md b/components/engine/man/docker-network-create.1.md index acbe267208..4d0782b697 100644 --- a/components/engine/man/docker-network-create.1.md +++ b/components/engine/man/docker-network-create.1.md @@ -116,7 +116,7 @@ docker network create -d overlay --ip-range=192.168.1.0/24 --aux-address a=192.168.1.5 --aux-address b=192.168.1.6 --aux-address a=192.170.1.5 --aux-address b=192.170.1.6 - my-multihost-newtork + my-multihost-network ``` Be sure that your subnetworks do not overlap. If they do, the network create fails and Engine returns an error.