Skip to content

Instantly share code, notes, and snippets.

View lcrownover's full-sized avatar

Lucas Crownover lcrownover

  • University of Oregon
  • Eugene, OR
  • 12:38 (UTC -07:00)
View GitHub Profile
@lcrownover
lcrownover / notes.md
Created September 15, 2022 22:11
Singularity Testing

Singularity

Singularity basically pulls docker images and dumps them to disk as directories.

Testing

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 a CMD, it dumps a binary.