colinsauze/singularity_example:latest

$ singularity pull shub://colinsauze/singularity_example:latest

Singularity Recipe

Bootstrap: docker
From:ubuntu:18.04

%help
    Example container for Cowsay

%labels
    MAINTAINER Colin Sauze

%environment
    export LC_ALL=C
    export PATH=/usr/games:$PATH
    
%post  
    apt-get update
    apt-get -y install cowsay

%runscript
    cowsay $@

Collection


View on Datalad

Metrics

key value
id /containers/colinsauze-singularity_example-latest
collection name colinsauze/singularity_example
branch master
tag latest
commit 28eb7d989c54c8cde3aa2f37a1e5055190d08b05
version (container hash) 4a924675592da94ba87cdb930e682cee
build date 2018-07-19T11:53:19.042Z
size (MB) 158
size (bytes) 67805215
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.