Remove non functional templates

This commit is contained in:
Anthony Lapenna
2016-09-15 10:19:17 +12:00
parent ba8ba37cd3
commit 09dd9b276a
2 changed files with 0 additions and 21 deletions

View File

@@ -9,7 +9,6 @@ It also describes how to host your own Apps.
* Docker registry (based on `registry:latest`) * Docker registry (based on `registry:latest`)
* Nginx (based on `nginx:latest`) * Nginx (based on `nginx:latest`)
* Httpd (based on `httpd:latest`) * Httpd (based on `httpd:latest`)
* HAProxy (based on `httpd:latest`)
* MySQL (based on `mysql:latest`) * MySQL (based on `mysql:latest`)
* Mongo (based on `mongo:latest`) * Mongo (based on `mongo:latest`)
* Elasticsearch (based on `elasticsearch:latest`) * Elasticsearch (based on `elasticsearch:latest`)
@@ -18,8 +17,6 @@ It also describes how to host your own Apps.
* WordPress (based on `wordpress:latest`) * WordPress (based on `wordpress:latest`)
* Drupal (based on `drupal:latest`) * Drupal (based on `drupal:latest`)
* Magento 2 (based on `alankent/gsd:latest`) * Magento 2 (based on `alankent/gsd:latest`)
* Debian (based on `debian:latest`)
* Ubuntu (based on `ubuntu:latest`)
## Template definition format ## Template definition format

View File

@@ -27,12 +27,6 @@
"80/tcp" "80/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", "title": "MySQL",
"description": "The most popular open-source database", "description": "The most popular open-source database",
@@ -151,17 +145,5 @@
"8088/tcp" "8088/tcp"
], ],
"volumes": ["/var/lib/wowza"] "volumes": ["/var/lib/wowza"]
},
{
"title": "Debian",
"description": "Open-source Linux distribution",
"logo": "https://hub.docker.com/public/images/official/debian.png",
"image": "debian:latest"
},
{
"title": "Ubuntu",
"description": "Debian-based Linux operating system",
"logo": "https://hub.docker.com/public/images/official/ubuntu.png",
"image": "ubuntu:latest"
} }
] ]