From 75962c0acd21002b74e948cac3fda84f28259ac5 Mon Sep 17 00:00:00 2001 From: David Karlsson Date: Thu, 1 Jun 2023 10:27:02 +0200 Subject: [PATCH] engine: improve wording on the none nw driver Signed-off-by: David Karlsson --- network/drivers/none.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/network/drivers/none.md b/network/drivers/none.md index 23885ee6f4..354925eefc 100644 --- a/network/drivers/none.md +++ b/network/drivers/none.md @@ -1,12 +1,12 @@ --- title: None network driver -description: How to disable networking by using the none driver +description: How to isolate the networking stack of a container using the none driver keywords: network, none, standalone redirect_from: - /network/none/ --- -If you want to completely disable the networking stack on a container, you can +If you want to completely isolate the networking stack of a container, you can use the `--network none` flag when starting the container. Within the container, only the loopback device is created.