Skip to content

Commit

Permalink
Document the potential insecurity of --net host
Browse files Browse the repository at this point in the history
Docker-DCO-1.1-Signed-off-by: Timothy <[email protected]> (github: https://github.com/timthelion)
  • Loading branch information
timthelion authored and Tibor Vass committed Jun 2, 2017
1 parent 5182afe commit 12be909
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sources/reference/run.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 12be909

Please sign in to comment.