Jailmin aspires to be the smart Bastille wrapper, so managing jails over CLI is easier (lazier).
Jailmin maps to the same Bastille commands.
# in jailmin/
./bin/install-user
# installs to ~/.local/bin
# in jailmin/
sudo ./bin/install-user
# installs to /usr/local/bin/
Generally all Bastille commands should work as-is. The jailmin convenience comes from auto-completing jail names.
For example: if there are only the following jails available (regardless if they are running or not):
- nginx
- mysql
To start nginx simply type
sudo bastille start ng
# jailmin will expand ng into nginx