# unikraft images

Manage Unikraft Cloud images.

## 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)
```

## Resource Fields

| Field       | Type                                                | Operations |
| ----------- | --------------------------------------------------- | ---------- |
| `ref`       | `imageref[github.com/distribution/reference.named]` |            |
| `digest`    | `string`                                            |            |
| `namespace` | `string`                                            |            |

## See Also

* [`unikraft`](../unikraft.mdx): The Unikraft Command-Line Interface.
* [`unikraft images list`](images/list.mdx): List images.
* [`unikraft images get`](images/get.mdx): Inspect an image.
* [`unikraft images delete`](images/delete.mdx): Remove an image.
* [`unikraft images copy`](images/copy.mdx): Copy images.

