jpdasma / simple-jails

A simple jails manager based on FreeBSD Jails the hard way (still a work in progress)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

simple-jails

A simple jails manager based on FreeBSD Jails the hard way

Sample Usage

Fetching 11.2-RELEASE version

simple-jails.sh fetch 11.2-RELEASE

Creating jail thinjail1 based on 11.2-RELEASE version

simple-jails.sh create 11.2-RELEASE thinjail1

Update all jails based on 11.2-RELEASE version

simple-jails.sh update 11.2-RELEASE

Limitations

Currently only supports thin jails.

Does not setup the interfaces automatically. (TODO)

Does not generate jails.conf automatically. (TODO) For the meantime there is an included sample jail.conf

About

A simple jails manager based on FreeBSD Jails the hard way (still a work in progress)

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%