emilydolson/containerized_avida_test:latest
$ singularity pull shub://emilydolson/containerized_avida_test:latest
Singularity Recipe
Bootstrap:docker
From:ubuntu:latest
%files
/mnt/home/dolsonem/containerized_avida_test $SINGULARITY_ROOTFS/containerized_avida_test
%post
echo "This section happens once after bootstrap to build the image."
apt-get update
apt-get --assume-yes install criu
mkdir -p /mnt/home
mkdir -p /mnt/research
mkdir -p /mnt/dfs17
mkdir -p /mnt/ffs17
mkdir -p /mnt/local
mkdir -p /mnt/ls15
mkdir -p /opt/software
mkdir -p /code
%runscript
echo "This gets run when you run the image!"
SHELL="$(getent passwd $USER | awk -F: '{print $NF}')"
SHELL=${SHELL:-/bin/bash}
if [[ "$@" == "" ]]; then
exec env -i TERM="$TERM" HOME="$HOME" $SHELL -l
else
exec env -i TERM="$TERM" HOME="$HOME" $@
fi
cd $SINGULARITY_ROOTFS/containerized_avida_test/results/run_1
cp -r $SINGULARITY_ROOTFS/containerized_avida_test/configs .
./avida
Collection
- Name: emilydolson/containerized_avida_test
- License: None
View on Datalad
Metrics
key | value |
---|---|
id | /containers/emilydolson-containerized_avida_test-latest |
collection name | emilydolson/containerized_avida_test |
branch | master |
tag | latest |
commit | d8f1f50929293825d6cbf66d686035b9be12db27 |
version (container hash) | 9b73fcae3e9b2ad1331e205d0fa66ddf |
build date | 2017-10-20T18:53:21.602Z |
size (MB) | 298 |
size (bytes) | 77889567 |
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.