Skip to content

cieplak/jz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published