mirror of
https://github.com/docker/docs.git
synced 2026-04-02 01:08:53 +07:00
keywords should be a string, not an array containing one string Signed-off-by: Gaetan de Villele <gdevillele@gmail.com>
18 lines
350 B
Markdown
18 lines
350 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. |