diff --git a/README.md b/README.md index 6febc22..4c3845b 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ Persistent Linux 'jails' on TrueNAS SCALE to install software (docker-compose, portainer, podman, etc.) with full access to all files via bind mounts. +## Video Tutorial + +[![TrueNAS Scale - Setting up Sandboxes with Jailmaker - YouTube Video](https://img.youtube.com/vi/S0nTRvAHAP8/0.jpg)
Watch on YouTube](https://www.youtube.com/watch?v=S0nTRvAHAP8 "TrueNAS Scale - Setting up Sandboxes with Jailmaker - YouTube Video") + ## Disclaimer **USING THIS SCRIPT IS AT YOUR OWN RISK! IT COMES WITHOUT WARRANTY AND IS NOT SUPPORTED BY IXSYSTEMS.** @@ -14,7 +18,7 @@ TrueNAS SCALE can create persistent Linux 'jails' with systemd-nspawn. This scri - Choosing a distro (Debian 12 strongly recommended, but Ubuntu, Arch Linux or Rocky Linux seem good choices too) - Will create a ZFS Dataset for each jail if the `jailmaker` directory is a dataset (easy snapshotting) - Optional: configuring the jail so you can run Docker inside it -- Optional: GPU passthrough (including [nvidia GPU](README.md#nvidia-gpu) with the drivers bind mounted from the host) +- Optional: GPU passthrough (including nvidia GPU with the drivers bind mounted from the host) - Starting the jail with your config applied ## Security diff --git a/templates/docker/config b/templates/docker/config index e862e4d..8960ff5 100644 --- a/templates/docker/config +++ b/templates/docker/config @@ -1,5 +1,5 @@ startup=0 -gpu_passthrough_intel=1 +gpu_passthrough_intel=0 gpu_passthrough_nvidia=0 # Turning off seccomp filtering improves performance at the expense of security seccomp=1 diff --git a/templates/incus/config b/templates/incus/config index 6a57e0c..644e71d 100644 --- a/templates/incus/config +++ b/templates/incus/config @@ -1,6 +1,6 @@ # WARNING: EXPERIMENTAL CONFIG TEMPLATE! startup=0 -gpu_passthrough_intel=1 +gpu_passthrough_intel=0 gpu_passthrough_nvidia=0 # Turning off seccomp filtering improves performance at the expense of security seccomp=1 diff --git a/templates/lxd/config b/templates/lxd/config index 4cb5e19..60cd8c1 100644 --- a/templates/lxd/config +++ b/templates/lxd/config @@ -1,6 +1,6 @@ # WARNING: EXPERIMENTAL CONFIG TEMPLATE! startup=0 -gpu_passthrough_intel=1 +gpu_passthrough_intel=0 gpu_passthrough_nvidia=0 # Turning off seccomp filtering improves performance at the expense of security seccomp=1