On Tue, 4 Nov 2025 at 18:16, Matthew Phillips <[email protected]> wrote:
> This is incredible. When you use podman on FreeBSD, what is it doing? If > you run a FreeBSD container is it creating a Jail? If you run a Linux > container is it creating a bhyve VM? > > These notes help but I don’t think it answers my question directly: > https://docs.skunkwerks.at/s/fUiAmi4pE#faq-reported-user-issues-amp-solutions Podman on FreeBSD uses jail as the isolation layer for both FreeBSD and Linux containers. For Linux containers, this uses the Linux emulator.
