Path: blob/master/website/content/en/docs/examples/containers/containerd/_index.md
2612 views
------Lima comes with the built-in integration for containerd and nerdctl (contaiNERD CTL):
{{< tabpane text=true >}} {{% tab header="Rootless" %}}
or
If you have installed Lima by
make install, thenerdctl.limacommand is also available asnerdctl.If you have installed Lima by
brew install lima, you may make an alias (or a symlink) by yourself:alias nerdctl=nerdctl.lima{{% /tab %}} {{% tab header="Rootful" %}}
{{% /tab %}} {{< /tabpane >}}
The usage of the nerdctl command is similar to the docker command. See the Command Reference.
Disabling containerd
To disable containerd, start an instance with --containerd=none: