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

Category: Mail Servers & Postfix

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

Show running processes inside Mailcow containers

top prints the live process list for every running container, mirroring the host ps output. Useful to confirm daemons like master (Postfix) or dovecot are actually running inside their containers. Process names here are container-internal, not host PIDs.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.