This commit is contained in:
2026-01-02 00:15:13 -05:00
parent 984196f250
commit a70fbae523

View File

@@ -13,6 +13,27 @@ bastille console testenv
### 2. Run Gitea Inside Isolated Secure Container
Create container
``` sh
bastille create gitea 14.3-RELEASE <IP-ADDRESS> bridge0
```
Start container
``` sh
bastille start gitea
```
Enter gitea container console
``` sh
bastille console gitea
```
Inside the jail, install Gitea and its dependencies
``` sh
pkg update
pkg install gitea git nano
```