> ## Documentation Index
> Fetch the complete documentation index at: https://namespace.so/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# 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

```bash theme={null}
nsc docker buildx status [--name <name>] [--output <format>] [--state <path>]
```

### Example

```bash theme={null}
nsc docker buildx status
```

```text nocopy Output theme={null}
Platform: linux/amd64
  Status:     ready
  Instance:   85a32emcg99ii
  Requests:   42

Platform: linux/arm64
  Status:     ready
  Instance:   h9am86n6gi25m
  Requests:   38
```

## Options

<h3 id="--output--o-format">
  \--output, -o \<format>
</h3>

Output format. One of `plain` or `json`. Default is `plain`.

<h3 id="--name-builder-name">
  \--name \<builder-name>
</h3>

The name of the buildx builder to check. Default is `nsc-remote`.

<h3 id="--state-path">
  \--state \<path>
</h3>

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`.
