Add the debian template
This commit is contained in:
@@ -14,6 +14,7 @@ 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`)
|
* Ubuntu (based on `ubuntu:latest`)
|
||||||
|
|
||||||
## Template definition format
|
## Template definition format
|
||||||
|
|||||||
@@ -115,6 +115,12 @@
|
|||||||
],
|
],
|
||||||
"volumes": ["/var/lib/wowza"]
|
"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",
|
"title": "Ubuntu",
|
||||||
"description": "Debian-based Linux operating system",
|
"description": "Debian-based Linux operating system",
|
||||||
|
|||||||
Reference in New Issue
Block a user