Sign inSign up

mvance/nginx

By mvance

Updated almost 6 years ago

A Docker image for nginx.

Image
0

3.2K

mvance/nginx repository overview

nginx Docker Image

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

Tag summary

Content type

Image

Digest

Size

51.1 MB

Last updated

almost 6 years ago

docker pull mvance/nginx