33.2 Debian Jail
Prepare the Base System
# pkg install debootstrap# mkdir -p /usr/jails/debian# debootstrap bookworm /usr/jails/debian https://mirrors.ustc.edu.cn/debian/I: Retrieving InRelease
I: Retrieving Packages
I: Validating Packages
I: Resolving dependencies of required packages...
I: Resolving dependencies of base packages...
I: Checking component main on https://mirrors.ustc.edu.cn/debian...
I: Retrieving adduser 3.130
I: Validating adduser 3.130
...
I: Extracting usr-is-merged...
I: Extracting util-linux-extra...
I: Extracting zlib1g...Configure Mount Files
File System
Purpose
Manage the Jail Configuration File
Manage Firewall Network Access
Start the Instance
Update the Debian System
Update Inside the Jail
Update Outside the Jail
Jail Service Management
Last updated