Update README

This commit is contained in:
yo 2024-09-22 17:49:27 +02:00
parent dcec35459c
commit f3f348164a

View File

@ -21,10 +21,7 @@ You need to specify release, and optional configuration:
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>
Create basejail Create basejail. A basejail is a jail based on a release: system will be nullfs read-only mounted from the release directory. Main advantage is that release updates will immediately apply to jails based on this release. Another advantage is that jail system is mounted read-only, a plus from a security perspective:
A basejail is a jail based on a release: system will be nullfs read-only mounted from the release directory.
Main advantage is that release updates will immediately apply to jails based on this release.
Another advantage is that jail system is mounted read-only, a plus from a security perspective:
<pre><code> <pre><code>
gocage create -b -r 14.0-RELEASE basejail1 gocage create -b -r 14.0-RELEASE basejail1
</code></pre> </code></pre>