Lists failing containers
docker ps --filter "status=created|restarting|paused|dead" --filter status=exited --format 'table {{.Status}}\t{{.Names}}\t{{.ID}}'