Singularity basically pulls docker images and dumps them to disk as directories.
In testing, I discovered some things:
- It seems that when the Dockerfile doesn't have a
CMD
entry at the end, it just dumps the filesystem contents. If you have aCMD
, it dumps a binary.