summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Tuomi <jan@jantuomi.fi>2026-08-11 10:16:55 +0300
committerJan Tuomi <jan@jantuomi.fi>2026-08-11 10:16:55 +0300
commit1e3e339586e14308d9d7d2969779c671cae95092 (patch)
tree9183f032180af6355e37c21e13c880d6b2a41f32
parent8e6245d20d6008191707468757afa491480f93ed (diff)
Minor text fix
-rw-r--r--content/posts/linux-oci-containers-as-jails/index.md2
1 files changed, 1 insertions, 1 deletions
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