> ## 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 registry describe

Get detailed information about a specific image.

`registry describe` shows detailed information about a container image in your workspace's private [Namespace Container Registry](/docs/architecture/storage/container-registry).

## Usage

```bash theme={null}
nsc registry describe [image-reference]
```

### Example

```bash theme={null}
nsc registry describe nscr.io/myapp:latest
```

```text nocopy Output theme={null}
Repository:  myapp
Digest:      sha256:abc123def456
Size:        256 MiB
Created At:  2024-01-15T10:30:00Z
Expires At:  2024-02-15T10:30:00Z
```

## Options

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

Repository name.

<h3 id="--reference-ref">
  \--reference \<ref>
</h3>

Image reference (tag or digest).

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

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