FreeBSD
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user