ximmer icon indicating copy to clipboard operation
ximmer copied to clipboard

plans to host on dockerhub?

Open 0xaf1f opened this issue 7 years ago • 5 comments

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

0xaf1f avatar Feb 08 '18 16:02 0xaf1f

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.

ssadedin avatar Feb 08 '18 20:02 ssadedin

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.

0xaf1f avatar Feb 08 '18 20:02 0xaf1f

+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.

apeltzer avatar Feb 09 '18 15:02 apeltzer

For the record here, I had to modify the Dockerfile to be able to properly convert it to Singularity. I've made the PR https://github.com/ssadedin/ximmer/pull/8.

0xaf1f avatar Feb 23 '18 23:02 0xaf1f

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?

hkrzystek avatar Sep 04 '19 16:09 hkrzystek