1
0
mirror of https://github.com/docker/cli.git synced 2026-01-22 03:22:01 +03:00

Document the potential insecurity of --net host

Docker-DCO-1.1-Signed-off-by: Timothy <timothyhobbs@seznam.cz> (github: https://github.com/timthelion)
Upstream-commit: 12be909528
Component: cli
This commit is contained in:
Timothy
2014-06-16 13:41:09 +00:00
committed by Tibor Vass
parent 3e31de1e07
commit ebb615e67a

View File

@@ -152,7 +152,7 @@ Supported networking modes are:
* none - no networking in the container
* bridge - (default) connect the container to the bridge via veth interfaces
* host - use the host's network stack inside the container
* host - use the host's network stack inside the container. Note: This gives the container full access to local system services such as D-bus and is therefore considered insecure.
* container - use another container's network stack
#### Mode: none