I have Singularity installed. In my repo I have Dockerfile. I want to create a SIF (Singularity Image) from that Dockerfile. I tried to look the docs and check the docker build
option but it does not contain an option for Dockerfile. Is it possible to create a SIF image from Dockerfile? Something like:
Singularity build test.sif Dockerfile