jasongallant/wustl_shockly:latest
$ singularity pull shub://jasongallant/wustl_shockly:latest
Singularity Recipe
################################################################################
# Basic bootstrap definition to build CentOS 7 container from Docker container
################################################################################
BootStrap: docker
From: jasongallant/singular_shockly
################################################################################
# Copy any necessary files into the container
################################################################################
#%files
#~/my_file /path/in/container
%post
################################################################################
# Install additional login shells for users that need them
################################################################################
#yum -y install tcsh ksh zsh
################################################################################
# Install additional packages
################################################################################
################################################################################
# Create directories to enable access to common HPCC mount points
################################################################################
mkdir -p /home
mkdir -p /scratch
################################################################################
# Run the user's login shell, or a user specified command
################################################################################
%runscript
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
Collection
- Name: jasongallant/wustl_shockly
- License: None
View on Datalad
Metrics
key | value |
---|---|
id | /containers/jasongallant-wustl_shockly-latest |
collection name | jasongallant/wustl_shockly |
branch | master |
tag | latest |
commit | 4c0eaac093688192cd8f50fc4c4418fbb37a23d9 |
version (container hash) | 738938dd6d0857891b001275fe3a0627 |
build date | 2018-08-21T21:25:53.560Z |
size (MB) | 4768 |
size (bytes) | 1887445023 |
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.