ManojGopale/singularity_hello_world:latest

$ singularity pull shub://ManojGopale/singularity_hello_world: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/ManojGopale-singularity_hello_world-latest
collection name ManojGopale/singularity_hello_world
branch master
tag latest
commit a9f6f7fb5fa481cf2a3d90678197cf97fbc8b51d
version (container hash) 69da3c3bc7ac1eae97b9ae558a02abf5
build date 2021-03-01T14:01:21.802Z
size (MB) 235
size (bytes) 97300511
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.