Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 592 Bytes

cognitive-services-containers-docker-list-tip.md

File metadata and controls

17 lines (16 loc) · 592 Bytes
author ms.author ms.date ms.service ms.topic
IEvangelist
dapine
06/26/2019
cognitive-services
include

Tip

You can use the docker images command to list your downloaded container images. For example, the following command lists the ID, repository, and tag of each downloaded container image, formatted as a table:

docker images --format "table {{.ID}}\t{{.Repository}}\t{{.Tag}}"

IMAGE ID         REPOSITORY                TAG
<image-id>       <repository-path/name>    <tag-name>