Skip to content

container.wait() resolves early when using Podman #807

@nabhiraj

Description

@nabhiraj

When using Dockerode with Podman (via podman.sock), I noticed that container.wait() sometimes resolves before the container has actually exited. This leads to subsequent code executing under the false assumption that the container has stopped, even though it is still in the "running" state.

this does not happen everytime. most of the time is resolved correctly.
this is kind of similar to #569 but happens for podman.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions