nsc docker buildx cleanup

Unregister Namespace Remote Builders from buildx.

docker buildx cleanup stops the Namespace Remote Builders context and unconfigures them from local buildx.

Usage

nsc docker buildx cleanup [--name <name>] [--state <path>]

Options

--name <name>

Specify the name of the buildx builder to clean up. By default, it is "nsc-remote".

--state <path>

Specify the directory path where the remote builder context configuration is stored.

Last updated