Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 884 Bytes

freebsd.md

File metadata and controls

33 lines (20 loc) · 884 Bytes

FreeBSD

⚡ FreeBSD runtimes are at the very early stage of development

nerdctl provides experimental support for running FreeBSD jails on FreeBSD hosts.

Installation

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.

Usage

You can use the dougrabson/freebsd13.2-small image to run a FreeBSD 13 jail:

nerdctl run --net none -it dougrabson/freebsd13.2-small

Alternatively use --platform parameter to run linux containers

nerdctl run --platform linux --net none -it amazonlinux:2

Limitations & Bugs

  • ⚠️ CNI & CNI plugins are not yet ported to FreeBSD. The only supported network type is none