docker container ls --filter exited=1

Category: Docker

docker container ls --filter exited=1

List containers that exited with code 1

Matches containers whose exit code was 1, usually application errors rather than deliberate stops. Review docker logs on the survivors to diagnose. The exited filter accepts any exit code.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.