FreeBSD
This commit is contained in:
@@ -21,19 +21,21 @@ bastille console testenv
|
||||
|
||||
## Deploy Gitea in a Container
|
||||
|
||||
Create container
|
||||
Gitea is a lightweight, self-hosted Git service - perfect for managing your code repositories. We'll deploy it in an isolated container for security and easy management.
|
||||
|
||||
### 1. Create the Gitea Container
|
||||
|
||||
``` sh
|
||||
bastille create gitea 14.3-RELEASE <IP-ADDRESS> bridge0
|
||||
```
|
||||
|
||||
Start container
|
||||
### 2. Start the Container
|
||||
|
||||
``` sh
|
||||
bastille start gitea
|
||||
```
|
||||
|
||||
Enter gitea container console
|
||||
### 3. Enter the Gitea Container Console
|
||||
|
||||
``` sh
|
||||
bastille console gitea
|
||||
|
||||
Reference in New Issue
Block a user