From 85ab5c0f2181df55132095be22000184b12b3985 Mon Sep 17 00:00:00 2001 From: Dan Peterson Date: Sun, 9 Oct 2016 21:22:27 -0300 Subject: [PATCH] docs/ptp: fix markdown formatting --- Documentation/ptp.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/ptp.md b/Documentation/ptp.md index a7867109..0ba1348a 100644 --- a/Documentation/ptp.md +++ b/Documentation/ptp.md @@ -7,6 +7,7 @@ The host-local IPAM plugin can be used to allocate an IP address to the containe The traffic of the container interface will be routed through the interface of the host. ## Example network configuration + ``` { "name": "mynet", @@ -19,6 +20,7 @@ The traffic of the container interface will be routed through the interface of t "nameservers": [ "10.1.1.1", "8.8.8.8" ] } } +``` ## Network configuration reference