It was indeed:
A FreeBSD jail manager written in Python 3. Contribute to iocage/iocage development by creating an account on GitHub.
github.com
But this is the resurrected iocage:
iocage is a jail/container manager amalgamating some of the best features and technologies the FreeBSD operating system has to offer. It is geared for ease of use with a simple and easy to understand command syntax.
www.freshports.org
What's Changed New home and new release, maintained for vanila FreeBSD This release contains many fixes and improvements (maybe new bugs too) that did not have a proper release since 2019… New Ma...
github.com
This is nice, the maintainer looks busy, I am not a coder but from the commits I saw he updated the old parts, the doc, python3.6 to 3.9 to 3.11, fixed bugs, it's a good news.
I've never been a big user of iocage, mainly because it was already in dormant state when I came to FreeBSD but I do appreciate that a such popular tool is not throw away.
Honestly the Handbook is really helpful, I don't know if you already read it since it has been rewritten but it might worth the look.
Jails improve on the concept of the traditional chroot environment in several ways
docs.freebsd.org
It also lists few jail manager:
Jails improve on the concept of the traditional chroot environment in several ways
docs.freebsd.org
Also few links I've already published in another thread:
Do you know of any getting started with jails tutorials that are current and written for the novice?
forums.freebsd.org
Honorable mention for these following tools nicely shared by FreeBSD users:
Set of simple scripts that manages thin jails. Contribute to Emrion/kjail development by creating an account on GitHub.
github.com
Contribute to mkjail/mkjail development by creating an account on GitHub.
github.com
Minimal, flexible, and easy-to-expand FreeBSD jail manager. - illuria/jailer
github.com
kjail and mkjail focus more on reliability upon updates & upgrades (kjail is based on Thin jail while mkjail is based on Thick jail).
Both aren't fully complete jail manager the user has a bit of work to do, mostly networking part.
jailer is more complete as a jail manager but focus only on VNET jail.
All three require ZFS.
I think you ready to play with jails now, have fun