We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 518ba2b + f3a812f commit 678f718Copy full SHA for 678f718
1 file changed
docs/reference/dockerd.md
@@ -24,6 +24,7 @@ A self-sufficient runtime for containers.
24
25
Options:
26
--add-runtime runtime Register an additional OCI compatible runtime (default [])
27
+ --allow-direct-routing Allow remote access to published ports on container IP addresses
28
--authorization-plugin list Authorization plugins to load
29
--bip string IPv4 address for the default bridge
30
--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:
1057
1058
1059
```json
1060
{
1061
+ "allow-direct-routing": false,
1062
"authorization-plugins": [],
1063
"bip": "",
1064
"bip6": "",
0 commit comments