←back to thread

1101 points codesmash | 7 comments | | HN request time: 0s | source | bottom
1. vermaden ◴[] No.45141765[source]
I ditched Docker and Podman for FreeBSD Jails :)

More here:

- https://vermaden.wordpress.com/2023/06/28/freebsd-jails-cont...

- https://vermaden.wordpress.com/2025/04/11/freebsd-jails-secu...

- https://vermaden.wordpress.com/2025/04/08/are-freebsd-jails-...

- https://vermaden.wordpress.com/2024/11/22/new-jless-freebsd-...

replies(4): >>45141893 #>>45141906 #>>45141918 #>>45142232 #
2. cheema33 ◴[] No.45141893[source]
Can you run MS SQL Server inside a FreeBSD jail? Or any of the thousands of other ready to run docker containers?

Whatever you gain by running FreeBSD comes at a high cost. And that high cost is keeping FreeBSD jails from taking over.

3. udev4096 ◴[] No.45141906[source]
How is that any different than running VMs on a linux host?
replies(1): >>45165603 #
4. matrix12 ◴[] No.45141918[source]
Very distro specific however.
5. chuckadams ◴[] No.45142232[source]
That's ... a lot of setup. Does FreeBSD have anything similar to containerd?
replies(1): >>45165591 #
6. vermaden ◴[] No.45165591[source]
Check BastilleBSD https://bastillebsd.org/ along with Rocinante - https://bastillebsd.org/rocinante/rocinante/ from here.
7. vermaden ◴[] No.45165603[source]
Because containers are not virtual machines - You can run 1000 FreeBSD Jails on your laprop while you will not be able to run 1000 VMs - Jails are a lot lighter on resources then VMs.