File: Apptainer

package info (click to toggle)
apptainer 1.4.5-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 12,780 kB
  • sloc: sh: 3,329; ansic: 1,706; awk: 414; python: 103; makefile: 54
file content (10 lines) | stat: -rw-r--r-- 206 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
Bootstrap: library
Library: https://library.production.sycloud.io
From: alpine:3.11.5

%runscript
    echo "$@"

%post
    echo "Hello from inside the container"
    echo "Install additional software here"