-
Notifications
You must be signed in to change notification settings - Fork 10
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
plans to host on dockerhub? #7
Comments
I'm more than happy to do that. I haven't done it before so not sure if there are any technical challenges involved, but assuming it's straight forward, I would love to have it hosted there. |
Yes, it's pretty straightforward. You just make an account there, link it to your github account, set up an auto-build based on this repository, tell it where to find the Dockerfile, and it will build on every update. |
+1 for this. That would also make it possible for others to simply pull the image without having to build it themselves, e.g. in a cluster environment / using Singularity images converted from that docker image. |
For the record here, I had to modify the Dockerfile to be able to properly convert it to Singularity. I've made the PR #8. |
Hi, I want to do the same: convert the Docker container to Singularity so I can use Ximmer on our research cluster (docker is not installed as a module, but singularity is). What's the status on this, is this Docker container available on DockerHub? |
You have instructions to build the Docker container, but I'd like to convert it into a Singularity container. The easiest way to do this would involve the Docker container living on a registry like DockerHub. Would you mind putting it up there?
Thanks for your consideration
The text was updated successfully, but these errors were encountered: