netscruff/SingularityTest:latest

$ singularity pull shub://netscruff/SingularityTest:latest

Singularity Recipe

Bootstrap: docker
From: ubuntu:latest

%runscript

    echo "I can put here whatever I want to happen when the user runs my container!"
    exec echo "Hello Monsoir Meatball" "$@"

%post

   echo "Here we are installing software and other dependencies for the container!"
   apt-get update
   apt-get install -y git

Collection


View on Datalad

Metrics

key value
id /containers/netscruff-SingularityTest-latest
collection name netscruff/SingularityTest
branch master
tag latest
commit 33b495dcc4f073e9c5a5affdce9ff222de79053f
version (container hash) 8e27e9e5752a837a9051de925f672aea
build date 2017-11-22T15:36:09.798Z
size (MB) 345
size (bytes) 96604191
SIF Download URL (please use pull with shub://)
Datalad URL View on Datalad
Singularity Recipe Singularity Recipe on Datalad
We cannot guarantee that all containers will still exist on GitHub.