Estimating the size of a Singularity Image

by vs
GNU/Linux ◆ xterm-256color ◆ bash 3132 views

Here we are going to estimate the size of a singularity image by building it into a folder first. The commands are generally:

  mkdir fatty
  sudo singularity import fatty docker://ubuntu:latest
  sudo du -sh fatty/