lohanisa/pronghorn-singularity:first
$ singularity pull shub://lohanisa/pronghorn-singularity: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
- Name: lohanisa/pronghorn-singularity
- License: None
View on Datalad
Metrics
key | value |
---|---|
id | /containers/lohanisa-pronghorn-singularity-first |
collection name | lohanisa/pronghorn-singularity |
branch | master |
tag | first |
commit | eedae866a1bf5bad900a3f88e3cd776916207053 |
version (container hash) | 44b02b67b0c87fc129eee12f7a589c7a |
build date | 2018-04-03T19:57:12.074Z |
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 |
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.