diff --git a/templates/docker/config b/templates/docker/config index 51f7f1d..5d72f87 100644 --- a/templates/docker/config +++ b/templates/docker/config @@ -4,7 +4,7 @@ gpu_passthrough_nvidia=0 # Turning off seccomp filtering improves performance at the expense of security seccomp=1 -# Use macvlan networking to provide an isolated network namespace, +# Use bridge networking to provide an isolated network namespace, # so docker can manage firewall rules # Alternatively use --network-macvlan=eno1 instead of --network-bridge # Ensure to change eno1/br1 to the interface name you want to use diff --git a/templates/incus/config b/templates/incus/config index 4234843..9485b91 100644 --- a/templates/incus/config +++ b/templates/incus/config @@ -6,7 +6,7 @@ gpu_passthrough_nvidia=0 # TODO: don't disable seccomp but specify which syscalls should be allowed seccomp=0 -# Use macvlan networking to provide an isolated network namespace, +# Use bridge networking to provide an isolated network namespace, # so incus can manage firewall rules # Alternatively use --network-macvlan=eno1 instead of --network-bridge # Ensure to change eno1/br1 to the interface name you want to use diff --git a/templates/k3s/config b/templates/k3s/config index 84eabfe..5853e1b 100644 --- a/templates/k3s/config +++ b/templates/k3s/config @@ -4,7 +4,7 @@ gpu_passthrough_nvidia=0 # Turning off seccomp filtering improves performance at the expense of security seccomp=1 -# Use macvlan networking to provide an isolated network namespace, +# Use bridge networking to provide an isolated network namespace, # so kubernetes can manage firewall rules # Alternatively use --network-macvlan=eno1 instead of --network-bridge # Ensure to change eno1/br1 to the interface name you want to use diff --git a/templates/lxd/config b/templates/lxd/config index 36a3af5..0b068b3 100644 --- a/templates/lxd/config +++ b/templates/lxd/config @@ -6,7 +6,7 @@ gpu_passthrough_nvidia=0 # TODO: don't disable seccomp but specify which syscalls should be allowed seccomp=0 -# Use macvlan networking to provide an isolated network namespace, +# Use bridge networking to provide an isolated network namespace, # so lxd can manage firewall rules # Alternatively use --network-macvlan=eno1 instead of --network-bridge # Ensure to change eno1/br1 to the interface name you want to use diff --git a/templates/podman/config b/templates/podman/config index b19106d..6aa1cfc 100644 --- a/templates/podman/config +++ b/templates/podman/config @@ -4,7 +4,7 @@ gpu_passthrough_nvidia=0 # Turning off seccomp filtering improves performance at the expense of security seccomp=1 -# Use macvlan networking to provide an isolated network namespace, +# Use bridge networking to provide an isolated network namespace, # so podman can manage firewall rules # Alternatively use --network-macvlan=eno1 instead of --network-bridge # Ensure to change eno1/br1 to the interface name you want to use