ldynia/containerized-workshop:latest

$ singularity pull shub://ldynia/containerized-workshop:latest

Singularity Recipe

Bootstrap: docker
From: alpine:3.6

%runscript

exec echo "The runscript is the containers default runtime command!"

%labels
AUTHOR ludd@cbs.dtu.dk

%post

# OS Update & Upgrade
apk update && apk upgrade

# Install packages
apk add \
  git \
  python \
  py-pip

# Clone git repo and remove git repo
git clone https://github.com/ldynia/containerized-workshop
mv /containerized-workshop/app /app
rm -rf /containerized-workshop

# Execute script as a global program
ln -s /app/main.py /usr/local/bin/fsa-analyzer
chmod +x /usr/local/bin/fsa-analyzer

echo "The post section is where you can install, and configure your container."

Collection


View on Datalad

Metrics

key value
id /containers/ldynia-containerized-workshop-latest
collection name ldynia/containerized-workshop
branch master
tag latest
commit 67c280dbd009c4b85addd68bcbbe927e5a9afbe6
version (container hash) 8be74919d7ac1a44daa75dfcbbf35fa5
build date 2017-11-09T15:40:54.524Z
size (MB) 246
size (bytes) 27406367
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.