From 09dd9b276aafd91b958abb7c530a560de5143932 Mon Sep 17 00:00:00 2001 From: Anthony Lapenna Date: Thu, 15 Sep 2016 10:19:17 +1200 Subject: [PATCH] Remove non functional templates --- README.md | 3 --- templates.json | 18 ------------------ 2 files changed, 21 deletions(-) diff --git a/README.md b/README.md index 73648ed..41f7276 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,6 @@ 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`) * Elasticsearch (based on `elasticsearch:latest`) @@ -18,8 +17,6 @@ It also describes how to host your own Apps. * WordPress (based on `wordpress:latest`) * Drupal (based on `drupal:latest`) * Magento 2 (based on `alankent/gsd:latest`) -* Debian (based on `debian:latest`) -* Ubuntu (based on `ubuntu:latest`) ## Template definition format diff --git a/templates.json b/templates.json index b09c746..3f2c566 100644 --- a/templates.json +++ b/templates.json @@ -27,12 +27,6 @@ "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", "description": "The most popular open-source database", @@ -151,17 +145,5 @@ "8088/tcp" ], "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" } ]