Merge pull request #23 from cloud-inovasi/template-debian

Add the debian template
This commit is contained in:
Anthony Lapenna
2016-09-15 09:46:27 +12:00
committed by GitHub
2 changed files with 7 additions and 0 deletions

View File

@@ -14,6 +14,7 @@ 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

View File

@@ -115,6 +115,12 @@
],
"volumes": ["/var/lib/wowza"]
},
{
"title": "Debian",
"description": "Open-source Linux distribution",
"logo": "https://www.debian.org/logos/openlogo-nd-100.png",
"image": "debian:latest"
},
{
"title": "Ubuntu",
"description": "Debian-based Linux operating system",