whit2333/container_stuff:latest

$ singularity pull shub://whit2333/container_stuff:latest

Singularity Recipe

Bootstrap: docker
From: whit2333/root_base:latest

# =======================
# global
# =======================
%runscript
  source /usr/local/bin/thisroot.sh
  /bin/bash "$@"

%post
  echo "Hello from inside the container"
  echo "Install additional software here"

%help
  Help me. I'm in the container.

%labels
  Maintainer "Whitney Armstrong"
  Version v0.1

%environment
  export PYTHONPATH=/usr/local/lib:${PYTHONPATH}

# =======================
# root-config
# =======================
%apprun root
  source /usr/local/bin/thisroot.sh
  root "$@"

%appenv lolcat
  export PYTHONPATH=/usr/local/lib:$PYTHONPATH
  export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH
  BEST_APP=lolcat
  export BEST_APP

# =======================
# root-config
# =======================
%apprun root-config
  source /usr/local/bin/thisroot.sh
  root-config "$@"

# =======================
# cowsay
# =======================
%apprun rootbrowse
  source /usr/local/bin/thisroot.sh
  rootbrowse "$@"

# =======================
# lolcat
# =======================
#%appinstall rootls
#    apt-get -y install lolcat
#
#%appenv lolcat
#    BEST_APP=lolcat
#    export BEST_APP
#
#%apphelp lolcat
#    lolcat is the best app

%apprun rootls
  source /usr/local/bin/thisroot.sh
  rootls "$@"

Collection


View on Datalad

Metrics

key value
id /containers/whit2333-container_stuff-latest
collection name whit2333/container_stuff
branch master
tag latest
commit f0f3b77df01dcb44c549fe10f4fd015313368a4a
version (container hash) a03bc89c955f551dfffdb1f620c22cb6
build date 2018-12-19T23:56:55.604Z
size (MB) 3086
size (bytes) 1081843743
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.