houzhengyang/PronghornSingularity:first

$ singularity pull shub://houzhengyang/PronghornSingularity:first

Singularity Recipe

Bootstrap:docker  
From:ubuntu:latest  

%labels
MAINTAINER Vanessasaur
SPECIES Dinosaur

%environment
RAWR_BASE=/code
export RAWR_BASE

%runscript
echo "This gets run when you run the image!" 
exec /bin/bash /code/rawr.sh "$@"  

%post  
echo "This section happens once after bootstrap to build the image."  
mkdir -p /code  
apt-get update
apt-get install -y vim
echo "RoooAAAAR" >> /code/rawr.sh
chmod u+x /code/rawr.sh

Collection


View on Datalad

Metrics

key value
id /containers/houzhengyang-PronghornSingularity-first
collection name houzhengyang/PronghornSingularity
branch master
tag first
commit 289ff942535f27e6e17e3c6d1bac1faf204657a2
version (container hash) 7e0beede855c3f6fc78d14d29d5f5d54
build date 2018-04-03T19:57:12.024Z
size (MB) 199
size (bytes) 84664351
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.