-
-
Notifications
You must be signed in to change notification settings - Fork 17
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
Singularity-compose named volumes #50
Comments
hmm so would this be more appropriate to have alongside singularity? E.g., binding a named volume for singularity would need to work, and then scompose here just uses that. |
That's a fair point. (Disclaimer: Utter speculation from my part). But you are right, it won't hurt asking them first :) I will keep you posted. |
Also note you have two options for places to ask - as there are two versions of Singularity now! Would be interesting to see answers from both sides! |
something that it would be nice for us to start thinking before writing any code... another thing I would love to have on singularity-compose is to be able to create volumes and reference them by name rather than path.
Usually docker create these persistent volumes under
$HOME/.docker
and I was thinking about using a path along the same train of thought.I cannot count how many times I've (accidentally) deleted my 'persistent' paths before as I'm always tempted to have those mapped folders within my project directory structure 😬 There are other cases in which this is relevant (such as file system capabilities) but the key point is, if we could start thinking about this now, we can get a nice implementation shortly 😄
Originally posted by @PauloMigAlmeida in #48 (comment)
The text was updated successfully, but these errors were encountered: