From 8409c356a8746ae315d2e312a2c2c6f61926ec58 Mon Sep 17 00:00:00 2001 From: Christer Edwards Date: Sat, 23 Nov 2019 13:50:55 -0700 Subject: [PATCH] minor updates to README --- README.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bd208186..2192b114 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,11 @@ portsnap fetch auto make -C /usr/ports/sysutils/bastille install clean ``` +**enable at boot** +```shell +sysrc bastille_enable=YES +``` + Basic Usage ----------- @@ -533,6 +538,9 @@ Note: container console logs not destroyed. bastille template ----------------- +Looking for ready made CI/CD validated [Bastille +Templates](https://gitlab.com/BastilleBSD-Templates)? + Bastille supports a templating system allowing you to apply files, pkgs and execute commands inside the container automatically. @@ -764,17 +772,17 @@ bastille zfs This sub-command allows managing zfs attributes for the targeted container(s). Common usage includes setting container quotas. -** set quota ** +**set quota** ```shell ishmael ~ # bastille zfs folsom set quota=1G ``` -** built-in: df ** +**built-in: df** ```shell ishmael ~ # bastille zfs ALL df ``` -** built-in: df ** +**built-in: df** ```shell ishmael ~ # bastille zfs folsom df ```