diff --git a/README.md b/README.md index 7e54d21..0e02838 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,9 @@ gocage set Config.Ip4_addr="vnet0|192.168.1.91/24" Config.Vnet=1 jail1 Create basejail (jail based on a template, system will be nullfs read-only mounted from the template):
-# First create basetpl from 13.2-RELEASE
+# First create basetpl from 13.2-RELEASE, set it as a template
gocage create -r 13.2-RELEASE basetpl
+gocage set Config.Jailtype="template" basetpl
# Then create basejail1 based on basetpl
gocage create -b basetpl basejail1