feat(template): add plone template

This commit is contained in:
Anthony Lapenna
2016-12-16 13:41:02 +13:00
committed by GitHub
parent d3e86880ea
commit 7c7f7fd198
2 changed files with 10 additions and 0 deletions

View File

@@ -22,6 +22,7 @@ Documentation is available [ReadTheDocs](http://portainer.readthedocs.io/en/late
* WordPress (based on `wordpress:latest`)
* Joomla (based on `joomla:latest`)
* Drupal (based on `drupal:latest`)
* Plone (based on `plone:latest`)
* Magento 2 (based on `alankent/gsd:latest`)
* Wowza (based on `sameersbn/wowza:4.1.2-8`)
* Jenkins (based on `jenkins:latest`)

View File

@@ -175,6 +175,15 @@
"80/tcp"
]
},
{
"title": "Plone",
"description": "A free and open-source CMS built on top of Zope",
"logo": "https://cloudinovasi.id/assets/img/logos/plone.png",
"image": "plone:latest",
"ports": [
"8080/tcp"
]
},
{
"title": "Magento 2",
"description": "Open-source e-commerce platform",