This commit is contained in:
2026-01-02 00:26:00 -05:00
parent e62a9e8010
commit deec617202

View File

@@ -1,11 +1,19 @@
# Working with Bastille Containers (Jails)
FreeBSD uses "jails" as its container technology - lightweight, isolated environments similar to Docker containers. Bastille makes managing these jails simple and efficient. In the following sections, you'll learn how to create and manage containers for various applications.
Note: All commands should be run with sudo unless you're logged in as root.
### 1. Create a Test Isolated Secure Container
Let's start by creating a simple test environment to verify your Bastille installation is working correctly.
``` sh
bastille create testenv 14.3-RELEASE 192.168.10.50 bridge0
bastille start textenv
```
### 2. Get inside Bastille
### 2. Access the Container
``` sh
bastille console testenv