I'm trying to install docker-freebsd in an iocage jail. I realise that docker-freebsd is far from stable and currently doesn't even have a maintainer, but I'd still like to try.
I've created a VNET iocage jail:
iocage create --name docker -r LATEST
ip4_addr="vnet0|10.1.1.2/24"
vnet="on"...