File tree Expand file tree Collapse file tree 1 file changed +20
-2
lines changed
Expand file tree Collapse file tree 1 file changed +20
-2
lines changed Original file line number Diff line number Diff line change 44[ ![ Build Status] ( https://img.shields.io/travis/orleika/docker-nginx/master.svg?style=flat-square )] ( https://travis-ci.org/orleika/docker-nginx )
55[ ![ nginx] ( http://img.shields.io/badge/nginx-v1.11.9-blue.svg?style=flat-square )] ( https://nginx.org/en/download.html )
66[ ![ LibreSSL] ( http://img.shields.io/badge/LibreSSL-v2.5.1-blue.svg?style=flat-square )] ( https://www.libressl.org/ )
7+ [ ![ standard-readme compliant] ( https://img.shields.io/badge/standard--readme-OK-green.svg?style=flat-square )] ( https://github.com/RichardLitt/standard-readme )
78
89> nginx docker image
910
11+ Small-Secure-Fast nginx docker image.
12+ Base image is alpine, which is a security-oriented, lightweight Linux distribution.
13+ Most response headers are concealed, and DDoS mitigation is equipped.
14+ You should use secure headers included in ` conf.d ` for further safety considerations.
15+ Additionally, nginx caching parameters are optimized.
16+
1017## Table of Contents
1118
19+ - [ Install] ( #install )
1220- [ Usage] ( #usage )
21+ - [ Contribute] ( #contribute )
1322- [ License] ( #license )
1423
15- ## Usage
24+ ## Install
1625
1726``` sh
1827$ docker pull orleika/nginx
28+ ```
29+
30+ ## Usage
31+
32+ ``` sh
1933$ docker run -d -p 80:80 orleika/nginx
2034```
2135
36+ ## Contribute
37+
38+ PRs accepted.
39+
2240## License
2341
24- This project is licensed under the MIT License - see the LICENSE file for details
42+ MIT © orleika
You can’t perform that action at this time.
0 commit comments