ReproNim/containers:arg-test

$ singularity pull shub://ReproNim/containers:arg-test

Singularity Recipe

Bootstrap: docker
From: alpine:latest

%help
This container simply outputs the command line arguments passed
to it for testing purposes.

%runscript
    index=1
    for arg in "$@"
    do
        echo "arg #$index=<$arg>"
        index=$(($index+1))
    done

Collection


View on Datalad

Metrics

key value
id /containers/ReproNim-containers-arg-test
collection name ReproNim/containers
branch master
tag arg-test
commit 617bd98bd287ce90ff31d9aecca078e1464580f2
version (container hash) 9a3ddb8c0a4e43776d53b272bd6a58e5
build date 2019-07-17T19:05:16.900Z
size (MB) 6
size (bytes) 2715679
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.