From 0926394a20447e7887fd4a773378087631d71419 Mon Sep 17 00:00:00 2001 From: Anthony Lapenna Date: Thu, 15 Sep 2016 09:43:39 +1200 Subject: [PATCH] Add the ubuntu template --- README.md | 1 + templates.json | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/README.md b/README.md index 3d65161..7810466 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`) +* Ubuntu (based on `ubuntu:latest`) ## Template definition format diff --git a/templates.json b/templates.json index 4327e2a..3745ccf 100644 --- a/templates.json +++ b/templates.json @@ -114,5 +114,11 @@ "8088/tcp" ], "volumes": ["/var/lib/wowza"] + }, + { + "title": "Ubuntu", + "description": "Debian-based Linux operating system", + "logo": "http://design.ubuntu.com/wp-content/uploads/ubuntu-logo32.png", + "image": "ubuntu:latest" } ]