To build nerdctl, use make:
make
sudo make installAlternatively, nerdctl can be also built with go build ./cmd/nerdctl.
However, this is not recommended as it does not populate the version string (nerdctl -v).
To specify build tags, set the BUILDTAGS variable as follows:
BUILDTAGS=no_ipfs makeThe following build tags are supported:
no_ipfs(since v2.1.3): Disable IPFS