Add the httpd template

This commit is contained in:
Anthony Lapenna
2016-09-15 09:50:26 +12:00
parent 3dfc76c1f5
commit cf8db3e5b0
2 changed files with 10 additions and 0 deletions

View File

@@ -8,6 +8,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`)
* MySQL (based on `mysql:latest`)
* Mongo (based on `mongo:latest`)
* Redis (based on `redis:latest`)

View File

@@ -8,6 +8,15 @@
"5000/tcp"
]
},
{
"title": "Httpd",
"description": "Open-source HTTP server",
"logo": "https://upload.wikimedia.org/wikipedia/commons/thumb/c/cd/ASF-logo.svg/2000px-ASF-logo.svg.png",
"image": "httpd:latest",
"ports": [
"80/tcp"
]
},
{
"title": "Nginx",
"description": "High performance web server",