- Configure a template zone
zonecfg -z template
create
set zonepath=
add net
set address=
set physical=
end
commit
exit
- Install the template zone
zoneadm -z template install
- Configure new zone using the template zone.
zonecfg -z zone1
create -a template
commit
exit
- Clone the new zone using the template zone.
zoneadm -z zone1 clone template
That's it.