Skip to content

Removing a mount should stop any services created by that mount #43

@kdmccormick

Description

@kdmccormick

Background

Example:

tutor mounts add path/to/frontend-app-course-authoring
tutor images build  # builds a new image: course-authoring-dev
tutor dev start -d  # starts a new service: course-authoring

tutor mounts remove path/to/frontend-app-course-authoring
tutor dev stop      # course-authoring isn't stopped!

tutor mounts add path/to/frontend-app-course-authoring
tutor dev stop      # NOW course-authoring is stopped
tutor mounts remove path/to/frontend-app-course-authoring

### Tasks

TBD

### Notes

_No response_

Metadata

Metadata

Assignees

No one assigned

    Labels

    tutorRequires a change to Tutor

    Type

    No type
    No fields configured for issues without a type.

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions