kaczmarj/container-workshop:latest
$ singularity pull shub://kaczmarj/container-workshop:latest
Singularity Recipe
# Start off with a fresh Ubuntu 16.04 base.
Bootstrap: docker
From: ubuntu:16.04
%post
# Install packages.
apt-get update -qq
apt-get install -y -q git python3
# Remove unnecessary files to keep our image small.
apt-get clean
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
%files
# Copy file from the host machine into the container.
helloworld.py /opt/helloworld.py
%runscript
python3 /opt/helloworld.py
Collection
- Name: kaczmarj/container-workshop
- License: None
View on Datalad
Metrics
key | value |
---|---|
id | /containers/kaczmarj-container-workshop-latest |
collection name | kaczmarj/container-workshop |
branch | master |
tag | latest |
commit | 969e0c7a5173b9d43c9cf99fd00b29742d2a181c |
version (container hash) | 32ed4b2c6c0be1f6f0b44ba26c716ae8 |
build date | 2018-01-10T22:51:11.538Z |
size (MB) | 225 |
size (bytes) | 77090847 |
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.