cieplak / jz

Tool for Configuring Jails, ZFS and pf on FreeBSD

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jz

jz is a command-line tool for deploying containers on FreeBSD using Jails, ZFS and pf.

jz has zero dependencies and leverages native FreeBSD functionality.

Usage

Create three containers:

 $ jz jail setup
 $ jz jail create nginx
 $ jz jail create node
 $ jz jail create postgres

Under the hood, jz does the complex work of configuring the network and filesystem.

Once you've created some containers it's easy to start, attach and stop them like this:

service jail start node
jexec node
service jail stop node

About

Tool for Configuring Jails, ZFS and pf on FreeBSD

License:MIT License


Languages

Language:Makefile 100.0%