⚡ FreeBSD runtimes are at the very early stage of development |
---|
nerdctl provides experimental support for running FreeBSD jails on FreeBSD hosts.
You will need the most up-to-date containerd build along with a containerd shim, such as runj. Follow the build instructions in the respective repositories.
You can use the knast/freebsd
image to run a standard FreeBSD 13 jail:
nerdctl run --net none -it knast/freebsd:13-STABLE
-
⚠️ CNI & CNI plugins are not yet ported to FreeBSD. The only supported network type isnone
-
⚠️ buildkit is not yet ported to FreeBSD.- tonistiigi/fsutil#109 - buildkit dependency
- moby/moby#42866 - buildkit dependency
-
⚠️ Linuxulator containers support is WIP. containerd#280 containerd/containerd#5480 -
🐛
nerdctl compose
commands currently don't work. containerd/containerd#5991