Skip to content

orleika/docker-nginx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Ā 

History

31 Commits
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 

Repository files navigation

Docker Nginx Image (docker-nginx)

Build Status nginx LibreSSL MIT License

docker nginx image

Small-Secure-Fast docker nginx image.
Base image is alpine, which is a security-oriented, lightweight Linux distribution. Most response headers are concealed, and DDoS mitigation is equipped. You should use secure headers included in conf.d for further safety considerations. Additionally, nginx caching parameters are optimized. This image is automatically released by Docker Cloud.

Install

This project uses docker. Go check them out if you don't have them locally installed.

$ docker pull orleika/nginx

Usage

$ docker run -d -p 80:80 orleika/nginx

Contribute

Please open issues or submit Pull requests to report bugs, features, or other problems.
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

License

MIT Ā© orleika