matthew-kusz/singularity-hello-world:latest
$ singularity pull shub://matthew-kusz/singularity-hello-world:latest
Singularity Recipe
Bootstrap:docker
From:ubuntu:18.04
%runscript
echo "This gets run when you run the image!"
exec /bin/bash /code/hi_there.sh "$@"
%post
echo "This section happens once after bootstrap to build the image."
echo "You can use this section to install things."
mkdir -p /code
apt-get update -y
apt-get install -y vim
apt-get clean
echo 'echo 'Hi there'' >> /code/hi_there.sh
chmod u+x /code/hi_there.sh
Collection
- Name: matthew-kusz/singularity-hello-world
- License: None
View on Datalad
Metrics
key | value |
---|---|
id | /containers/matthew-kusz-singularity-hello-world-latest |
collection name | matthew-kusz/singularity-hello-world |
branch | master |
tag | latest |
commit | 140b00306327c908a6cc412fb52bc214d5615291 |
version (container hash) | cb67e805908cc09d981b62b58b79e7b9 |
build date | 2020-01-27T18:45:57.061Z |
size (MB) | 158.0 |
size (bytes) | 65302559 |
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.