Skip to content

require_service should start the service if necessary #13

@felipeZ

Description

@felipeZ

Currently, if you require a service that exists but is stopped, then you get it in its stopped form. Since require_managed_service() is the "I need to work with this thing, make it available"-function, it should start the container if it is not running. Since docker start() is idempotent, just always call start.

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