Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
kdmccormick opened this issue Sep 13, 2023 · 0 comments
Open
Assignees
Labels
tutor Requires a change to Tutor

Comments

@kdmccormick
Copy link
Member

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_
@kdmccormick kdmccormick self-assigned this Sep 13, 2023
@kdmccormick kdmccormick transferred this issue from openedx-unsupported/wg-developer-experience Mar 28, 2024
@kdmccormick kdmccormick added the tutor Requires a change to Tutor label Mar 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tutor Requires a change to Tutor
Projects
No open projects
Development

No branches or pull requests

1 participant