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

     1  # Experimental features of nerdctl
     2  
     3  The following features are experimental and subject to change.
     4  See [`./config.md`](config.md) about how to enable these features.
     5  
     6  - [Windows containers](https://github.com/containerd/nerdctl/issues/28)
     7  - [FreeBSD containers](./freebsd.md)
     8  - Flags of `nerdctl image convert`: `--estargz-record-in=FILE` and `--zstdchunked-record-in=FILE` (Importing an external eStargz record JSON file), `--estargz-external-toc` (Separating TOC JSON to another image).
     9    eStargz and zstd themselves are out of experimental.
    10  - [Image Distribution on IPFS](./ipfs.md)
    11  - [Image Sign and Verify (cosign)](./cosign.md)
    12  - [Image Sign and Verify (notation)](./notation.md)
    13  - [Rootless container networking acceleration with bypass4netns](./rootless.md#bypass4netns)
    14  - [Interactive debugging of Dockerfile](./builder-debug.md)
    15  - Kubernetes (`cri`) log viewer: `nerdctl --namespace=k8s.io logs`