Merge pull request #24 from cloud-inovasi/template-haproxy

Add the HAProxy template
This commit is contained in:
Anthony Lapenna
2016-09-15 09:55:03 +12:00
committed by GitHub
2 changed files with 15 additions and 8 deletions

View File

@@ -9,6 +9,7 @@ It also describes how to host your own Apps.
* Docker registry (based on `registry:latest`)
* Nginx (based on `nginx:latest`)
* Httpd (based on `httpd:latest`)
* HAProxy (based on `httpd:latest`)
* MySQL (based on `mysql:latest`)
* Mongo (based on `mongo:latest`)
* Redis (based on `redis:latest`)

View File

@@ -8,6 +8,16 @@
"5000/tcp"
]
},
{
"title": "Nginx",
"description": "High performance web server",
"logo": "http://www.gabrielmatteson.com/wp-content/uploads/2014/04/Nginx-Logo-02.png",
"image": "nginx:latest",
"ports": [
"80/tcp",
"443/tcp"
]
},
{
"title": "Httpd",
"description": "Open-source HTTP server",
@@ -18,14 +28,10 @@
]
},
{
"title": "Nginx",
"description": "High performance web server",
"logo": "http://www.gabrielmatteson.com/wp-content/uploads/2014/04/Nginx-Logo-02.png",
"image": "nginx:latest",
"ports": [
"80/tcp",
"443/tcp"
]
"title": "HAProxy",
"description": "High Performance TCP/HTTP Load Balancer",
"logo": "https://hub.docker.com/public/images/official/haproxy.png",
"image": "haproxy:latest"
},
{
"title": "MySQL",