Skip to content

Commit 678f718

Browse files
authored
Merge pull request #6045 from robmry/allow_direct_routing
Docs: Add Linux daemon option --allow-direct-routing
2 parents 518ba2b + f3a812f commit 678f718

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/reference/dockerd.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ A self-sufficient runtime for containers.
2424

2525
Options:
2626
--add-runtime runtime Register an additional OCI compatible runtime (default [])
27+
--allow-direct-routing Allow remote access to published ports on container IP addresses
2728
--authorization-plugin list Authorization plugins to load
2829
--bip string IPv4 address for the default bridge
2930
--bip6 string IPv6 address for the default bridge
@@ -1057,6 +1058,7 @@ The following is a full example of the allowed configuration options on Linux:
10571058

10581059
```json
10591060
{
1061+
"allow-direct-routing": false,
10601062
"authorization-plugins": [],
10611063
"bip": "",
10621064
"bip6": "",

0 commit comments

Comments
 (0)