jorgesece/singularity-nginx:latest

$ singularity pull shub://jorgesece/singularity-nginx:latest

Singularity Recipe

Bootstrap: docker
From: nginx:latest

%runscript

     exec /usr/sbin/nginx

%post

     echo "<h2>Nginx configured in port 8080.</h2>"
     sed -i 's/80/8080/g'  /etc/nginx/conf.d/default.conf
     echo "<h2>Give permissions</h2>"
     chmod -R 777 /var/cache/nginx
     touch /var/run/nginx.pid
     chmod 777 /var/run/nginx.pid

Collection


View on Datalad

Metrics

key value
id /containers/jorgesece-singularity-nginx-latest
collection name jorgesece/singularity-nginx
branch master
tag latest
commit 90c4dcd253ff019ed884096284a7680d28baeaa6
version (container hash) 1dc35858cfcbb3b5f5ee758b49575c60
build date 2021-02-07T01:39:31.857Z
size (MB) 114
size (bytes) 42737695
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.