This commit is contained in:
2026-01-01 23:50:57 -05:00
parent 60c29bb47e
commit 16022101fe

12
freebsd/20_bastille.md Normal file
View File

@@ -0,0 +1,12 @@
### 1. Create a Test Environment
``` sh
bastille create testenv 14.3-RELEASE 192.168.10.50 bridge0
bastille start textenv
```
### 2. Get inside Bastille
``` sh
bastille console testenv
```