mirror of https://github.com/docker/docs.git
16 lines
299 B
Markdown
16 lines
299 B
Markdown
---
|
|
description: Lists images used by the project.
|
|
keywords: fig, composition, compose, docker, orchestration, cli, images
|
|
title: docker-compose images
|
|
notoc: true
|
|
---
|
|
|
|
```
|
|
Usage: images [options] [SERVICE...]
|
|
|
|
Options:
|
|
-q Only display image IDs
|
|
```
|
|
|
|
List images used by the created containers.
|