From 71f4e5778a1b6db95cea7658e16cb25fe474ac02 Mon Sep 17 00:00:00 2001 From: Anthony Lapenna Date: Wed, 24 Aug 2016 12:00:11 +1200 Subject: [PATCH] Add the magento 2 template --- README.md | 1 + templates.json | 11 +++++++++++ 2 files changed, 12 insertions(+) diff --git a/README.md b/README.md index c4a118c..5ebfcba 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ It also describes how to host your own Apps. * MySQL (based on `mysql:latest`) * WordPress (based on `wordpress:latest`) * Drupal (based on `drupal:latest`) +* Magento 2 (based on `alankent/gsd:latest`) ## Template definition format diff --git a/templates.json b/templates.json index 35b74c0..9bded74 100644 --- a/templates.json +++ b/templates.json @@ -49,5 +49,16 @@ "ports": [ "80/tcp" ] + }, + { + "title": "Magento 2", + "description": "Open-source e-commerce platform", + "logo": "http://www.taxrates.com/wp-content/uploads/2015/11/magento-logo.png", + "image": "alankent/gsd:latest", + "ports": [ + "80/tcp", + "3000/tcp", + "3001/tcp" + ] } ]