engine: improve wording on the none nw driver

Signed-off-by: David Karlsson <david.karlsson@docker.com>
This commit is contained in:
David Karlsson 2023-06-01 10:27:02 +02:00
parent 1a6be1a26b
commit 75962c0acd
1 changed files with 2 additions and 2 deletions

View File

@ -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.