A FreeBSD jail manager.
- Lua 99.1%
- Makefile 0.9%
| bin | make dng alias for faster typing | |
| src | add restart command for jails | |
| .gitignore | update gitignore and add dependencies | |
| dungeon-dev-1.rockspec | update rockspec | |
| Makefile | add makefile | |
| README.md | update README | |
dungeon
A simple FreeBSD jail manager written in Lua with a focus on creating, delete, upgrading, and backing up jails. No extra configuration files or initing the jail system on the host.
Dependencies
- Lua 5.4
- argparse
- luafilesystem
Usage
Creating a jail
By default thin jails are created.
dungeon create my-jail
You can also use a shorthand version for save on typing:
dng c my-jail
Credits
- jailer was the main inspiration