mvance/nginx

By mvance

Updated over 4 years ago

A Docker image for nginx.

Image
0

1.5K

nginx Docker Image

Supported tags and respective Dockerfile links

What is nginx?

Nginx (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.

How to use this image

Standard usage

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.

User feedback

Documentation

Documentation for this image is stored right here in the README.md.

Documentation for nginx is available on the project's website.

Issues

If you have any problems with or questions about this image, please contact me through a GitHub issue.

Contributing

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.

Acknowledgments

The code in this image was significantly influenced by:

Licenses

License

Unless otherwise specified, all code is released under the MIT License (MIT). See the repository's LICENSE file for details.

Licenses for other components

Docker Pull Command

docker pull mvance/nginx