Open tavareshugo opened 2 months ago
If starting for a Dockerfile (rather than an image), the process is a bit more laborious:
docker build -t my-docker-image:latest .
singularity build my-singularity-image.sif docker-daemon://my-docker-image:latest
This could be a good example:
https://github.com/ComparativeGenomicsToolkit/Comparative-Annotation-Toolkit?tab=readme-ov-file
If starting for a Dockerfile (rather than an image), the process is a bit more laborious:
docker build -t my-docker-image:latest .
singularity build my-singularity-image.sif docker-daemon://my-docker-image:latest