Merge pull request #6045 from robmry/allow_direct_routing

Docs: Add Linux daemon option --allow-direct-routing
This commit is contained in:
Sebastiaan van Stijn 2025-05-16 01:24:16 +02:00 committed by GitHub
commit 678f7182e2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

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": "",