mvance/nginx
Dockerfile
linksNginx (pronounced "engine x") is a web server. It can act as a reverse proxy server for TCP, UDP, HTTP, HTTPS, SMTP, POP3, and IMAP protocols, as well as a load balancer and an HTTP cache.
Run this container with the following command:
docker run --name my-nginx -d -p 80:80 \
--restart=always mvance/nginx:latest
Read the official nginx Docker image documentation for more ideas.
Documentation for this image is stored right here in the README.md
.
Documentation for nginx is available on the project's website.
If you have any problems with or questions about this image, please contact me through a GitHub issue.
You are invited to contribute new features, fixes, or updates, large or small.
Please familiarize yourself with the repository's README.md
file before attempting a pull request.
Before you start to code, I recommend discussing your plans through a GitHub issue, especially for more ambitious contributions. This gives other contributors a chance to point you in the right direction, give you feedback on your design, and help you find out if someone else is working on the same thing.
The code in this image was significantly influenced by:
Unless otherwise specified, all code is released under the MIT License (MIT). See the repository's LICENSE
file for details.
docker pull mvance/nginx