ewanmcdowall/singularity:latest

$ singularity pull shub://ewanmcdowall/singularity:latest

Singularity Recipe

Bootstrap: docker
From: mariadb:10.3.9

%post
# replace `your-name` with your username, run `whoami` to see your username
YOUR_USERNAME="emcdowal"

sed -ie "s/^#user.*/user = ${YOUR_USERNAME}/" /etc/mysql/my.cnf
chmod 1777 /run/mysqld

%runscript
exec "mysqld" "$@"

%startscript
exec "mysqld_safe"

Collection


View on Datalad

Metrics

key value
id /containers/ewanmcdowall-singularity-latest
collection name ewanmcdowall/singularity
branch master
tag latest
commit 56cca137cc6904f68b478a23357e236b99a80ba8
version (container hash) 0dabf0fe664067ebb14fc03e5a3469b7
build date 2020-02-11T10:25:22.640Z
size (MB) 348.0
size (bytes) 106786847
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.