Skip to content

Make Docker ps more robust to problem containers #28183

@SamSaffron

Description

@SamSaffron

As it stands there are quite a few long standing issues with docker ps hanging.

#25993
#12606

and so on.

At the root one of the biggest issues is that if a single container is blocking, you can no longer iterate through the container list:

can reducePSContainer be made more robust so it can skip a container if it is locked for more than N seconds and prints out the name of the problem container.

This would make it significantly easier to debug this issue and isolate the underlying cause.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions