Hacker News new | ask | show | jobs
by gatane 33 days ago
The BSDs still cannot run docker
2 comments

No, because Docker is a tool for running Linux containers.

You can use the Linuxulator to run Linux binaries on FreeBSD, including entire distro userlands in Jails. You can use Podman to build and manage OCI containers with Docker-compatible commands.

In other words: you as making the classic XY mistake.

https://mywiki.wooledge.org/XyProblem

FreeBSD has jails and a great hypervisor. Also it can do podman iirc