# unikraft images list

List images.

```
unikraft images list [<target> ...] [flags]
```

## Examples

List all images:

```bash
unikraft image list
```

Filter images by reference:

```bash
unikraft image list --filter 'ref~="/nginx"'
```

## Options

```
  -f, --field FIELD           Specify which fields to include in the output.
  --filter FILTER             Filter output based on a field value.
  -o, --output OUTPUT         Output format. One of: kv, table, json, yaml, raw, quiet, template.
  --sort SORT                 Sort output by field values. Use - prefix for descending, + for ascending.
  -w, --watch duration        Watch for changes and refresh output. Defaults to 2s.
```

## Options inherited from parent commands

```
  --config file               Path to the configuration file.
  --log-level level           Set the logging level. (default info)
  --log-type type             Set the log type. (default text)
  --profile name              Set the current profile.
  --telemetry                 Toggle anonymous usage analytics. (default true)
```

## See Also

* [`unikraft images`](../images.mdx): Manage Unikraft Cloud images.

