Remove non functional templates
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user