From 545d6d45db1c0c04fa38b9f4c5431fd3b7e18d61 Mon Sep 17 00:00:00 2001 From: Anthony Lapenna Date: Thu, 15 Sep 2016 09:46:00 +1200 Subject: [PATCH] Add the debian template --- README.md | 1 + templates.json | 6 ++++++ 2 files changed, 7 insertions(+) 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",