mirror of https://github.com/docker/docs.git
23 lines
330 B
Markdown
23 lines
330 B
Markdown
---
|
|
title: docker/dtr images
|
|
description: List all the images necessary to install DTR
|
|
keywords: dtr, cli, images
|
|
---
|
|
|
|
List 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.
|
|
|
|
|
|
|