Closed kdmccormick closed 1 year ago
I have come to the conclusion that persistent bind-mounts are better than repeating --mount
options everywhere. Working on a pull request right now, to be integrated in Palm. Let's discuss around the actual implementation once it's ready for sharing. In the meantime, feel free to assign this issue to me.
Cool šš»
To do: review the palm branch
Done in Palm! Run tutor mounts --help
for details.
Context
The
--mount
command line option was introduced recently and made available on start, run, init, and quickstart. We've gotten positive feedback on this, but it is clear that manually specifying all mounts on every command invocation is quite a departure from what Devstack users are used to (Devstack mounts all repo folders, always).Perhaps defining a stateful mounting interface would be a better UX:
Acceptance Criteria
TBD, I think I'd rather experiment with this as a plugin and see whether or not it improves the UX before implementing it in the core. Let's call this "Blocked By https://github.com/overhangio/2u-tutor-adoption/issues/66"