github.com/containerd/nerdctl@v1.7.7/docs/freebsd.md (about)

     1  # FreeBSD
     2  
     3  
     4  | :zap:        FreeBSD runtimes are at the very early stage of development |
     5  |--------------------------------------------------------------------------|
     6  
     7  nerdctl provides experimental support for running FreeBSD jails on FreeBSD hosts.
     8  
     9  ## Installation
    10  
    11  You will need the most up-to-date containerd build along with a containerd shim,
    12  such as [runj](https://github.com/samuelkarp/runj). Follow the build
    13  instructions in the respective repositories.
    14  
    15  ## Usage
    16  
    17  You can use the `dougrabson/freebsd13.2-small` image to run a FreeBSD 13 jail:
    18  
    19  ```sh
    20  nerdctl run --net none -it dougrabson/freebsd13.2-small
    21  ```
    22  
    23  Alternatively use `--platform` parameter to run linux containers
    24  
    25  ```sh
    26  nerdctl run --platform linux --net none -it amazonlinux:2
    27  ```
    28  
    29  
    30  ## Limitations & Bugs
    31  
    32  - :warning: CNI & CNI plugins are not yet ported to FreeBSD. The only supported
    33    network type is `none`