Skip to content

fix: running property returns True for stopped containers - #100

Open
andrewwhitecdw wants to merge 1 commit into
NVIDIA:mainfrom
andrewwhitecdw:bugfix/management-0b26ea4d
Open

fix: running property returns True for stopped containers#100
andrewwhitecdw wants to merge 1 commit into
NVIDIA:mainfrom
andrewwhitecdw:bugfix/management-0b26ea4d

Conversation

@andrewwhitecdw

@andrewwhitecdw andrewwhitecdw commented Jul 27, 2026

Copy link
Copy Markdown

Problem

fix: running property returns True for stopped containers

Fix

Replace:

        else:
            return True

with:

        else:
            return bobber.status == 'running'

Files changed

  • bobber/lib/docker/management.py

@andrewwhitecdw
andrewwhitecdw marked this pull request as ready for review July 28, 2026 00:38
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.

1 participant