0xTCG/aldy

Docker container

Closed this issue · 1 comments

Hi,

thanks for this useful tool!

In case you would consider also providing this as a docker container, please see my fork: https://github.com/ikmb/aldy

All you need to do is change the docker hub repo in the respectice workflow files (.github/workflows) and add the relevant repo secrets (DOCKERHUB_USERNAME and DOCKERHUB_PASS) and you are basically good to go. It should then auto-build on commits on master and on any release you do.

If you do not allow others to build public Docker containers of your code, please let me know. I actually need that for my compute environment...

For testing, you can simply do:
docker pull docker://ikmb/aldy:latest
or
singularity pull docker://ikmb/aldy:latest

Cheers,
Marc

Hi @marchoeppner

Thanks for making this. However, I am not sure if third-party redistribution is allowed by our license (Docker images for your own use are OK).