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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user