Template
Template jails are customized jails used to quickly create further custom jails.
For example, after creating a jail, the user customizes that jail’s networking properties.Once satisfied, the
user then changes the jail into a template with:
# iocage set template=yes examplejail
After this operation the jail is found in the templates list:
# iocage list -t
And new jails with the user customized networking can be created:
# iocage create -t examplejail -n newexamplejail
Template jails are convertable by setting the template= property.