Split the rootless network-driver knob out of network_docker into a dedicated advanced subcategory (configs/network/network_rootless), marked **ADVANCED** at both the file-header and field level so it's hidden behind the advanced toggle in the WebUI. Registered in the network .category order after network_docker. Pure config relocation — the install script reads CFG_ROOTLESS_NET as a sourced var, so no script change needed. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> Signed-off-by: librelad <librelad@digitalangels.vip>
6 lines
627 B
Plaintext
6 lines
627 B
Plaintext
# ================================================================================
|
|
# Rootless Networking - Network stack and behaviour for rootless Docker **ADVANCED**
|
|
# ================================================================================
|
|
|
|
CFG_ROOTLESS_NET=pasta # Rootless Network Driver - Network stack for rootless Docker; pasta (default): faster and preserves the real client source IP; slirp4netns: legacy fallback if pasta misbehaves. The matching rootlesskit port driver is selected automatically. **ADVANCED** [pasta:Pasta (recommended)|slirp4netns:slirp4netns (fallback)]
|