minor fixes discovered during 0.5.20191125 RC

This commit is contained in:
Christer Edwards
2019-11-23 12:56:21 -07:00
parent 5d2954feb9
commit 4c6acc5b17
3 changed files with 16 additions and 11 deletions

View File

@@ -89,8 +89,9 @@ First, create the loopback interface:
```shell
ishmael ~ # sysrc cloned_interfaces+=lo1
ishmael ~ # sysrc ifconfig_lo1_name="bastille0"
ishmael ~ # sysrc ifconfig_bastille0_aliases="inet 10.17.89.1/32"
ishmael ~ # ifconfig bastille0 inet 10.17.89.1/32
ishmael ~ # service netif cloneup
ishmael ~ # ifconfig bastille0 inet 10.17.89.10
```
Second, enable the firewall:
@@ -357,9 +358,9 @@ ishmael ~ # bastille list
folsom 10.17.89.10 folsom /usr/local/bastille/jails/folsom/root
```
You can also list non-running containers with `bastille list jails`. In the
same manner you can list archived `logs`, downloaded `templates`, and
`releases.
You can also list non-running containers with `bastille list containers`. In
the same manner you can list archived `logs`, downloaded `templates`, and
`releases`.
bastille service