Skip to content

Chain Start -> Stop -> Start does not work as expected #117

@chatton

Description

@chatton

Currently when you try and do

chain.Start()
chain.Stop()
chain.Start()

it fails as it tries to re-create containers even though they already exist

however the following succeeds

chain.Start()
chain.Remove(WithPreserveVolumes())
chain.Start()

We need to update the internal logic to keep track of the state of the containers / volumes (or query via docker client to determine state ) and handle this situation correctly.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingcelestia-appFeature or enhancement related to celestia-app

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions