Skip to content

Commit

Permalink
spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
dnalborczyk authored Jun 16, 2018
1 parent 1dbe538 commit 8f4354c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fun-with-health-checks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ Consul and Registrator are used for DNS service discovery so that the NGINX Plus

The following images are used:

* **NGINX Plus:** This image is created using `nginxplus/Docketfile` which closely matches the Dockerfile from the blog post [Deploying NGINX and NGINX Plus with Docker](http://nginx.com/blog/deploying-nginx-nginx-plus-docker/). It is named *bhc-nginxplus* and exposes ports 80, 8001, 8002, 8003 and 8082. A volume is used for the NGINX Plus configuration file, `nginxplus/config/backend.conf`. The content is copied from `nginxplus/content`.
* **NGINX Plus:** This image is created using `nginxplus/Dockerfile` which closely matches the Dockerfile from the blog post [Deploying NGINX and NGINX Plus with Docker](http://nginx.com/blog/deploying-nginx-nginx-plus-docker/). It is named *bhc-nginxplus* and exposes ports 80, 8001, 8002, 8003 and 8082. A volume is used for the NGINX Plus configuration file, `nginxplus/config/backend.conf`. The content is copied from `nginxplus/content`.

* **NGINX Unit:** This image is created using `unit/Docketfile` and is based of the Unit Docker image. It is named *bhc-unit* and exposes ports 8443 and 9080. In addition to NGINX Unit curl and stress (to stress the CPU for the CPU-usage-based health check) are installed. This image is used for the backend containers that are health checked, with the three types of containers having different web content, attached to the container using a Docker volume.
* **NGINX Unit:** This image is created using `unit/Dockerfile` and is based of the Unit Docker image. It is named *bhc-unit* and exposes ports 8443 and 9080. In addition to NGINX Unit curl and stress (to stress the CPU for the CPU-usage-based health check) are installed. This image is used for the backend containers that are health checked, with the three types of containers having different web content, attached to the container using a Docker volume.

* **Consul:** This image is used in combination with Registrator for DNS service discovery. It is named *progrium/consul*.

Expand Down

0 comments on commit 8f4354c

Please sign in to comment.