nsc docker buildx status
Status information for the local Namespace buildx context.
docker buildx status displays the current status of the Namespace remote buildx builder.
Usage
nsc docker buildx status [--name <name>] [--output <format>] [--state <path>]Example
$ nsc docker buildx status
Platform: linux/amd64
Status: ready
Instance: 85a32emcg99ii
Requests: 42
Platform: linux/arm64
Status: ready
Instance: h9am86n6gi25m
Requests: 38Options
--output, -o <format>
Output format. One of plain or json. Default is plain.
--name <builder-name>
The name of the buildx builder to check. Default is nsc-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.