This repository contains Dockerfile of Nginx derived from (https://www.docker.com/)'s automated build published to the public Docker Hub Registry.
Install Docker.
docker build --name=nginx-1.8-s390x .
docker run -d -p 80:80 nginx-1.8-s390x
docker run -d -p 80:80 -v <sites-enabled-dir>:/etc/nginx/conf.d -v <certs-dir>:/etc/nginx/certs -v <log-dir>:/var/log/nginx -v <html-dir>:/var/www/html nginx-1.8-s390x
After few seconds, open http://<host> to see the welcome page.
Content type
Image
Digest
Size
77.5 MB
Last updated
about 9 years ago
docker pull sinenomine/nginx-s390x