Add the magento 2 template

This commit is contained in:
Anthony Lapenna
2016-08-24 12:00:11 +12:00
parent e127701aba
commit 71f4e5778a
2 changed files with 12 additions and 0 deletions

View File

@@ -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

View File

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