mirror of https://github.com/docker/docs.git
20 lines
353 B
Markdown
20 lines
353 B
Markdown
---
|
|
description: Docker Trusted Registry images command reference.
|
|
keywords:
|
|
- docker, registry, reference, images
|
|
title: docker/dtr images
|
|
---
|
|
|
|
Lists all the images necessary to install DTR
|
|
|
|
## Usage
|
|
|
|
```bash
|
|
docker run -it --rm docker/dtr \
|
|
images [command options]
|
|
```
|
|
|
|
## Description
|
|
|
|
This command lists all the images necessary to install DTR.
|