CentOS 7 dockerfile for nginx
To build:
Copy the sources down -
# docker build -rm -t <username>/nginx:centos7 .
To run:
# docker run -d -p 80:80 <username>/nginx:centos7
To test:
# curl http://localhost
Content type
Image
Digest
sha256:461c2e401…
Size
99.1 MB
Last updated
over 10 years ago
docker pull alevm/nginx-proxy