docker compose -f /opt/mailcow-dockerized/docker-compose.yml images

Category: Mail Servers & Postfix

docker compose -f /opt/mailcow-dockerized/docker-compose.yml images

List container images used by the Mailcow stack

images shows the repository, tag, and image ID behind each running service. Handy for checking which Mailcow release tag is deployed and whether services run consistent versions. Contrast with docker compose ps, which reports container state, not images.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.