|
1 | | -# Nginx mainline Docker |
| 1 | +# Nginx mainline Docker image |
2 | 2 |
|
3 | | -[](https://github.com/cytopia/devilbox) |
| 3 | +[](https://travis-ci.org/devilbox/docker-nginx-mainline) |
| 4 | +[](https://github.com/devilbox/docker-nginx-mainline/releases) |
| 5 | +[](https://gitter.im/devilbox/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) |
| 6 | +[](https://github.com/devilbox/docker-nginx-mainline) |
| 7 | +[](https://microbadger.com/images/devilbox/nginx-mainline "nginx-mainline") |
4 | 8 |
|
5 | | -<sub>This Docker image is part of the **[devilbox](https://github.com/cytopia/devilbox)**.</sub> |
| 9 | +**[devilbox/docker-nginx-mainline](https://github.com/devilbox/docker-nginx-mainline)** |
6 | 10 |
|
7 | | -**[Apache 2.2](https://github.com/devilbox/docker-apache-2.2) | [Apache 2.4](https://github.com/devilbox/docker-apache-2.4) | [Nginx stable](https://github.com/devilbox/docker-nginx-stable) | Nginx mainline** |
8 | | - |
9 | | -[](https://travis-ci.org/devilbox/docker-nginx-mainline) [](https://microbadger.com/images/devilbox/nginx-mainline "nginx-mainline") [](https://microbadger.com/images/devilbox/nginx-mainline "nginx-mainline") [](https://microbadger.com/images/devilbox/nginx-mainline "nginx-mainline") |
| 11 | +This image is based on the official **[Nginx](https://hub.docker.com/_/nginx)** Docker image and extends it with the ability to have **virtual hosts created automatically**, as well as **adding SSL certificates** when creating new directories. For that to work, it integrates two tools that will take care about the whole process: **[watcherd](https://github.com/devilbox/watcherd)** and **[vhost-gen](https://github.com/devilbox/vhost-gen)**. |
10 | 12 |
|
11 | | -This image is based on the official **[Nginx (mainline)](https://hub.docker.com/_/nginx/)** Docker image and extends it with the ability to have **virtual hosts created automatically** when adding new directories. For that to work, it integrates two tools that will take care about the whole process: **[watcherd](https://github.com/devilbox/watcherd)** and **[vhost-gen](https://github.com/devilbox/vhost-gen)**. |
| 13 | +From a users perspective, you mount your local project directory into the container under `/shared/httpd`. Any directory then created in your local project directory wil spawn a new virtual host by the same name. Additional settings such as custom server names, PHP-FPM or even different Apache templates per project are supported as well. |
12 | 14 |
|
13 | | -From a users perspective, you mount your local project directory into the Docker under `/shared/httpd`. Any directory then created in your local project directory wil spawn a new virtual host by the same name. Additional settings such as custom server names, PHP-FPM or even different nginx templates per project are supported as well. |
14 | | - |
15 | | ----- |
| 15 | +| Docker Hub | Upstream Project | |
| 16 | +|------------|------------------| |
| 17 | +| <a href="https://hub.docker.com/r/devilbox/nginx-mainline"><img height="82px" src="http://dockeri.co/image/devilbox/nginx-mainline" /></a> | <a href="https://github.com/cytopia/devilbox" ><img height="82px" src="https://raw.githubusercontent.com/devilbox/artwork/master/submissions_banner/cytopia/01/png/banner_256_trans.png" /></a> | |
16 | 18 |
|
17 | | -Find me on **[Docker Hub](https://hub.docker.com/r/devilbox/nginx-mainline)**: |
18 | | - |
19 | | -[](https://hub.docker.com/r/devilbox/nginx-mainline/) |
20 | | - |
21 | | -<small>**Latest build:** This container is built every night by [travis-ci](https://travis-ci.org/devilbox/docker-nginx-mainline).</small> |
| 19 | +**[Apache 2.2](https://github.com/devilbox/docker-apache-2.2) | [Apache 2.4](https://github.com/devilbox/docker-apache-2.4) | [Nginx stable](https://github.com/devilbox/docker-nginx-stable) | Nginx mainline** |
22 | 20 |
|
23 | 21 | ---- |
24 | 22 |
|
|
0 commit comments