From c5aa547e5d8139bd6152523374c5f6c75b3c0a82 Mon Sep 17 00:00:00 2001 From: yo Date: Sun, 6 Aug 2023 15:12:53 +0200 Subject: [PATCH] README update with basejail --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ac4ed37..7e54d21 100644 --- a/README.md +++ b/README.md @@ -8,11 +8,11 @@ Gocage can handle multiple datastores, so you can have jails on HDD storage and From v0.33b, due to multi ZFS pool support, gocage is no longer 100% compatible with iocage. Zfs datasets now should be specified with the ZFS pool. e.g. : - +

 Config.Jail_zfs = 1
 Config.Jail_zfs_dataset = myzfspool/poudriere
 Config.Jail_zfs_mountpoint = none
-
+
Create jails ------------