update VNET devfs documentation
This commit is contained in:
@@ -368,10 +368,6 @@ VNET also requires a custom `devfs` ruleset. Create the file as needed on the ho
|
|||||||
**/etc/devfs.rules**
|
**/etc/devfs.rules**
|
||||||
```
|
```
|
||||||
[bastille_vnet=13]
|
[bastille_vnet=13]
|
||||||
add include $devfsrules_hide_all
|
|
||||||
add include $devfsrules_unhide_basic
|
|
||||||
add include $devfsrules_unhide_login
|
|
||||||
add include $devfsrules_jail
|
|
||||||
add path 'bpf*' unhide
|
add path 'bpf*' unhide
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -621,9 +617,17 @@ ishmael ~ # bastille destroy folsom
|
|||||||
Deleting Container: folsom.
|
Deleting Container: folsom.
|
||||||
Note: container console logs not destroyed.
|
Note: container console logs not destroyed.
|
||||||
/usr/local/bastille/logs/folsom_console.log
|
/usr/local/bastille/logs/folsom_console.log
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
This command can also be used to destroy old releases that are no longer
|
||||||
|
needed.
|
||||||
|
|
||||||
|
```shell
|
||||||
|
ishmael ~ # bastille destroy 11.1-RELEASE
|
||||||
|
Deleting base: 11.1-RELEASE
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
bastille template
|
bastille template
|
||||||
-----------------
|
-----------------
|
||||||
Looking for ready made CI/CD validated [Bastille
|
Looking for ready made CI/CD validated [Bastille
|
||||||
|
|||||||
@@ -76,10 +76,6 @@ host system:
|
|||||||
## /etc/devfs.rules (NOT .conf)
|
## /etc/devfs.rules (NOT .conf)
|
||||||
|
|
||||||
[bastille_vnet=13]
|
[bastille_vnet=13]
|
||||||
add include $devfsrules_hide_all
|
|
||||||
add include $devfsrules_unhide_basic
|
|
||||||
add include $devfsrules_unhide_login
|
|
||||||
add include $devfsrules_jail
|
|
||||||
add path 'bpf*' unhide
|
add path 'bpf*' unhide
|
||||||
|
|
||||||
Lastly, you may want to consider these three `sysctl` values:
|
Lastly, you may want to consider these three `sysctl` values:
|
||||||
|
|||||||
Reference in New Issue
Block a user