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" + ] } ]