0.5.20191128 release

This commit is contained in:
Christer Edwards
2019-11-28 09:21:13 -07:00
parent 90c0c1d4c0
commit 8414865355
6 changed files with 51 additions and 12 deletions

View File

@@ -21,12 +21,18 @@ portsnap fetch auto
make -C /usr/ports/sysutils/bastille install clean
```
**Git**
```shell
git clone https://github.com/BastilleBSD/bastille.git
cd bastille
make install
```
**enable at boot**
```shell
sysrc bastille_enable=YES
```
Basic Usage
-----------
```shell
@@ -64,12 +70,10 @@ Use "bastille command -h|--help" for more information about a command.
```
## 0.5-beta
This document outlines the basic usage of the Bastille container management
framework. This release is still considered beta.
Network Requirements
====================
Several networking options can be performed regarding the user needs. Basic
@@ -106,8 +110,8 @@ ext_if="vtnet0"
set block-policy return
scrub in on $ext_if all fragment reassemble
set skip on lo
table <jails> persist
nat on $ext_if from <jails> to any -> ($ext_if)