Skip to content

Containers keep running #56

@anx-mlodin

Description

@anx-mlodin

Problem

I had a couple of Claude windows open in IntelliJ (one per project), then I had to restart IntelliJ. I forgot about the Claude instances until today when I executed "docker ps" and saw they are still running:

ae6a23b07fa7 vibepod/claude:latest "/usr/local/bin/entr…" 2 days ago Up 2 days vibepod-claude-03d51373
2f75dc722e58 3048630a556b "/usr/local/bin/entr…" 3 days ago Up 3 days vibepod-claude-8d2a5486
4ec6c216bad0 3048630a556b "/usr/local/bin/entr…" 3 days ago Up 3 days vibepod-claude-83f16457

Steps to Reproduce

Run a vibepod container e.g. "vibepod claude".
Close the terminal window.
Check with "docker ps" if the container is still running.

Expected Behavior

Container stops when I close the terminal.

Actual Behavior

Container keeps running in background.

Impact

Wastes system resources.

Possible Solution

Run containers in attached mode.

Additional Information

None.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions