I have a FreeBSD 11 host, and I want to setup multiple jails in it.
Official guide suggests hard copying /usr/bin
into each of the containers. Having that my jails shall be nearly identical, this seems wasteful for me.
It would be nice if I could reuse the same part of filesystem inside all of the jails, in the same manner as with Linux's mount --bind -o ro <host /usr/bin> <jailed /usr/bin>
. It it possible?