From 6118658f7326ea54d002e7e74a46aff87f7c3528 Mon Sep 17 00:00:00 2001 From: bryfry Date: Fri, 11 Aug 2017 21:44:36 -0400 Subject: [PATCH] Make the example match the documentation the missing `driver` made my bridge not have the correct MTU when i copied from the example and not the doc table. Brings them into alignment. Signed-off-by: bryfry --- docs/reference/commandline/network_create.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/commandline/network_create.md b/docs/reference/commandline/network_create.md index 0470be6555..bc4f3de706 100644 --- a/docs/reference/commandline/network_create.md +++ b/docs/reference/commandline/network_create.md @@ -211,7 +211,7 @@ is also available when creating the ingress network, besides the `--attachable` $ docker network create -d overlay \ --subnet=10.11.0.0/16 \ --ingress \ - --opt com.docker.network.mtu=9216 \ + --opt com.docker.network.driver.mtu=9216 \ --opt encrypted=true \ my-ingress-network ```