Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.17 KB

freebsd.md

File metadata and controls

33 lines (22 loc) · 1.17 KB

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 knast/freebsd image to run a standard FreeBSD 13 jail:

nerdctl run --net none -it knast/freebsd:13-STABLE

Limitations & Bugs