docker inspect $(docker ps -q --filter 'name=dokploy') --format '{{.Name}} - {{.State.Status}}'

Category: Dokploy

docker inspect $(docker ps -q --filter 'name=dokploy') --format '{{.Name}} - {{.State.Status}}'

Show the name and current state of every Dokploy container

A quick status check across all Dokploy containers without the full 'docker ps' output. Useful in health check scripts that need a simple running/not-running answer.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.