Add the magento 2 template
This commit is contained in:
@@ -10,6 +10,7 @@ It also describes how to host your own Apps.
|
|||||||
* MySQL (based on `mysql:latest`)
|
* MySQL (based on `mysql:latest`)
|
||||||
* WordPress (based on `wordpress:latest`)
|
* WordPress (based on `wordpress:latest`)
|
||||||
* Drupal (based on `drupal:latest`)
|
* Drupal (based on `drupal:latest`)
|
||||||
|
* Magento 2 (based on `alankent/gsd:latest`)
|
||||||
|
|
||||||
## Template definition format
|
## Template definition format
|
||||||
|
|
||||||
|
|||||||
@@ -49,5 +49,16 @@
|
|||||||
"ports": [
|
"ports": [
|
||||||
"80/tcp"
|
"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"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user