From 1e3e339586e14308d9d7d2969779c671cae95092 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Tue, 11 Aug 2026 10:16:55 +0300 Subject: Minor text fix --- content/posts/linux-oci-containers-as-jails/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/posts/linux-oci-containers-as-jails/index.md b/content/posts/linux-oci-containers-as-jails/index.md index 4aad785..34e5bac 100644 --- a/content/posts/linux-oci-containers-as-jails/index.md +++ b/content/posts/linux-oci-containers-as-jails/index.md @@ -77,7 +77,7 @@ First things first: Enable Linux compatibility on the host. You don't want to mo [host]$ service linux start ``` -Next, set up a jail filesystem. I used `zfs clone` to clone my `15.1-RELEASE` template (which is based on the same release as my host) into a new jail root. Call it `immich-server` because it matches the name of the container I'm planning to run in it. My jail filesystems live under `zroot/jails/containers/`: +Next, set up a jail filesystem. I used `zfs clone` to clone my `15.1-RELEASE` template (which is based on the same release as my host) into a new jail root. Call it `immich-server` because it matches the name of the container. My jail filesystems live under `zroot/jails/containers/`: ```sh [host]$ zfs clone zroot/jails/templates/15.1-RELEASE@base zroot/jails/containers/immich-server -- cgit v1.3