-
Notifications
You must be signed in to change notification settings - Fork 48
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
Add support for Docker #387
Comments
@apdavison what would be needed? I've played around with Sumatra running in a Docker container for a bit in the past, maybe I'm able to contribute something here. |
Hi @felix11h - the idea was more about Sumatra launching computations that will run inside Docker containers. (I'm sorry I didn't yet have time to add more detail to the ticket, I just wanted to create it before I forgot). This would be somewhat similar to the machinery for launching MPI jobs with Sumatra, but would also capture additional metadata such as the ID of the Docker image, the content of the Dockerfile, the log file from |
@apdavison ah, yes, I can see this being helpful! With computing on clusters in mind, Singularity might be an important container format to support besides Docker. |
I also used Sumatra in singularity container. See this example of singularty recipes which consider Sumatra. It is quite usefull and no sudo rights is required to run it. |
and other containers
The text was updated successfully, but these errors were encountered: