Update README

This commit is contained in:
yo 2024-09-22 17:39:00 +02:00
parent 48a0357a3f
commit e4d699e228

View File

@ -16,7 +16,7 @@ Config.Jail_zfs_mountpoint = none
Create jails Create jails
------------ ------------
For now, we can't pass config at creation time. We have to define config after creation: You need to specify release, and optional configuration:
<pre><code> <pre><code>
gocage create jail1 -r 13.2-RELEASE -p "Config.Ip4_addr='vnet0|192.168.1.91/24',Config.Ip6=none,Config.Boot=1" gocage create jail1 -r 13.2-RELEASE -p "Config.Ip4_addr='vnet0|192.168.1.91/24',Config.Ip6=none,Config.Boot=1"
</code></pre> </code></pre>