On Tue, Nov 04, 2025 at 01:16:19PM -0500, Matthew Phillips 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?
To run linux containers, you need to have the linux emulation layer
active with the usual mounts that come with it.
Also, you have to use the `--os linux` switch for podman when dealing
with linux containers. That's because podman uses the system of the host
by default, and linux containers often check for that value and then
refuse to run.
Regards,
Mathias
--
Steal my cash, car and TV - but leave the computer!
-- Soenke Lange <[email protected]>
signature.asc
Description: PGP signature
