diff --git a/freebsd/20_bastille.md b/freebsd/20_bastille.md index d231a39..c527bd8 100644 --- a/freebsd/20_bastille.md +++ b/freebsd/20_bastille.md @@ -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 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