docker buildx status displays the current status of the Namespace remote buildx builder.
Usage
Example
Output
Options
—output, -o <format>
Output format. One ofplain or json. Default is plain.
—name <builder-name>
The name of the buildx builder to check. Default isnsc-remote.
—state <path>
If set, looks for the remote builder context in this directory instead of the default location. Use this if you set up the builder with a custom--state path via nsc docker buildx setup.