Dependencies

As there is currently no package or port of iocage, to get started we’ll first need to install git

# pkg install git

Let’s also create /usr/local/src for the base of our operations:

# mkdir -p /usr/local/src
# cd /usr/local/src