README update with basejail

This commit is contained in:
yo 2023-08-06 15:12:53 +02:00
parent cdcb466417
commit c5aa547e5d

View File

@ -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. :
<code>
<pre><code>
Config.Jail_zfs = 1
Config.Jail_zfs_dataset = myzfspool/poudriere
Config.Jail_zfs_mountpoint = none
</code>
</code></pre>
Create jails
------------