Skip to content

Comments

fix: container status reporting for "created" containers#11

Merged
tiurin merged 1 commit intomainfrom
fix-container-status-reporting-created-as-running
Sep 3, 2025
Merged

fix: container status reporting for "created" containers#11
tiurin merged 1 commit intomainfrom
fix-container-status-reporting-created-as-running

Conversation

@skyrpex
Copy link
Collaborator

@skyrpex skyrpex commented Sep 2, 2025

The container status tracker reports created containers as running. This is invalid because a container can be created (e.g. with docker create ...) but never started.

Now, containers with created status are reported as stopped.

The container status tracker reports `created` containers as `running`. This is invalid because a container can be created (e.g. with `docker create ...`) but never started.

Now, containers with `created` status are reported as `stopped`.
Copy link
Collaborator

@anisaoshafi anisaoshafi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good catch 🎣

@tiurin tiurin merged commit 1f67e74 into main Sep 3, 2025
2 checks passed
@tiurin tiurin deleted the fix-container-status-reporting-created-as-running branch September 3, 2025 09:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants