Image commands
Compose provides us with various options when using images. This makes its usage efficient, since there is no need to build images individually and use them in an application. Building images, tagging them, and also pushing them to a repository is something that can be done through Compose. This leads to development efforts being focused in one place.
List images
Our application so far has two services backed by containers. We can see the images used by the containers using the docker compose images
command:
$ docker compose images Container Repository Tag Image Id Size chapter4-redis-1 &...