diff --git a/README.md b/README.md index 7810466..28b2944 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/templates.json b/templates.json index 3745ccf..0853550 100644 --- a/templates.json +++ b/templates.json @@ -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",