Add Linux daemon option --allow-direct-routing

Signed-off-by: Rob Murray <rob.murray@docker.com>
This commit is contained in:
Rob Murray 2025-05-01 10:46:21 +01:00
parent 58d318b990
commit f3a812f8f4

View File

@ -24,6 +24,7 @@ A self-sufficient runtime for containers.
Options:
--add-runtime runtime Register an additional OCI compatible runtime (default [])
--allow-direct-routing Allow remote access to published ports on container IP addresses
--authorization-plugin list Authorization plugins to load
--bip string IPv4 address for the default bridge
--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:
```json
{
"allow-direct-routing": false,
"authorization-plugins": [],
"bip": "",
"bip6": "",