Add reference
This commit is contained in:
parent
bce6e3b43f
commit
bf54fea9a1
1
jlmkr.py
1
jlmkr.py
|
@ -329,6 +329,7 @@ def start_jail(jail_name, check_startup_enabled=False):
|
|||
# - privileged (to disable seccomp, set DevicePolicy=auto and add all capabilities)
|
||||
# - how to call the option to enable ip_forward and bridge-nf-call?
|
||||
# TODO: always add --bind-ro=/sys/module? Or only for privileged jails?
|
||||
# https://manpages.debian.org/bookworm/manpages/sysfs.5.en.html
|
||||
|
||||
if config.get("docker_compatible") == "1":
|
||||
# Enable ip forwarding on the host (docker needs it)
|
||||
|
|
Loading…
Reference in New Issue