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