From 8e6245d20d6008191707468757afa491480f93ed Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Tue, 11 Aug 2026 09:42:08 +0300 Subject: Skip mounting linux fs on host --- content/posts/linux-oci-containers-as-jails/index.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'content') diff --git a/content/posts/linux-oci-containers-as-jails/index.md b/content/posts/linux-oci-containers-as-jails/index.md index 2712edf..4aad785 100644 --- a/content/posts/linux-oci-containers-as-jails/index.md +++ b/content/posts/linux-oci-containers-as-jails/index.md @@ -69,10 +69,11 @@ Through some trial and error, I got a setup working. I'll walk you through the m ### Preparing the host and starting an interim jail -First things first: Enable Linux compatibility on the host. +First things first: Enable Linux compatibility on the host. You don't want to mount any special filesystems on the host, so disable those separately: ```sh -[host]$ sysrc linux_enable="YES" +[host]$ sysrc linux_enable=YES +[host]$ sysrc linux_mounts_enable=NO [host]$ service linux start ``` -- cgit v1.3