nerdctl/BUILDING.md

452 B

Building nerdctl

To build nerdctl, use make:

make
sudo make install

Alternatively, 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).

Customization

To specify build tags, set the BUILDTAGS variable as follows:

BUILDTAGS=no_ipfs make

The following build tags are supported:

  • no_ipfs (since v2.1.3): Disable IPFS