README update with basejail

This commit is contained in:
yo 2023-08-06 14:54:57 +02:00
parent bb3136c9ef
commit cdcb466417

View File

@ -22,6 +22,14 @@ gocage create jail1 -r 13.2-RELEASE
gocage set Config.Ip4_addr="vnet0|192.168.1.91/24" Config.Vnet=1 jail1
</code></pre>
Create basejail (jail based on a template, system will be nullfs read-only mounted from the template):
<pre><code>
# First create basetpl from 13.2-RELEASE
gocage create -r 13.2-RELEASE basetpl
# Then create basejail1 based on basetpl
gocage create -b basetpl basejail1
</code></pre>
List jails
----------