summaryrefslogtreecommitdiffstats
path: root/content/posts/linux-oci-containers-as-jails/index.md
diff options
context:
space:
mode:
authorJan Tuomi <jan@jantuomi.fi>2026-08-10 15:01:31 +0300
committerJan Tuomi <jan@jantuomi.fi>2026-08-10 15:01:31 +0300
commit63a351417b719b68737c01bba2682054f739eb7a (patch)
tree422487af7274e3954a9bd6987b3a482902e5b4ba /content/posts/linux-oci-containers-as-jails/index.md
parent20cf8d05cb151a1286a8c504e4c76a5f1e69587d (diff)
Add description
Diffstat (limited to 'content/posts/linux-oci-containers-as-jails/index.md')
-rw-r--r--content/posts/linux-oci-containers-as-jails/index.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/content/posts/linux-oci-containers-as-jails/index.md b/content/posts/linux-oci-containers-as-jails/index.md
index e20b9ab..2712edf 100644
--- a/content/posts/linux-oci-containers-as-jails/index.md
+++ b/content/posts/linux-oci-containers-as-jails/index.md
@@ -1,5 +1,7 @@
---
title: Linux OCI containers as plain FreeBSD jails (without Podman)
+description: |
+ Linux software distributed as OCI container images can be extracted into a FreeBSD jail with Linux compatibility enabled. With a couple of mounts set up to make the extracted root a valid Linux userland, the "container" can run like a regular jail without involving virtual machines or a separate control interface (`podman`). Isolation is handled by the jail subsystem.
date: 2026-08-10
extra:
kind: post