github.com/apptainer/singularity@v3.1.1+incompatible/examples/library/Singularity (about) 1 Bootstrap: library 2 From: alpine:3.7 3 4 %runscript 5 echo "$@" 6 7 %post 8 echo "Hello from inside the container" 9 echo "Install additional software here"