Merge pull request #22 from cloud-inovasi/template-ubuntu

Add the ubuntu template
This commit is contained in:
Anthony Lapenna
2016-09-15 09:44:06 +12:00
committed by GitHub
2 changed files with 7 additions and 0 deletions

View File

@@ -14,6 +14,7 @@ It also describes how to host your own Apps.
* WordPress (based on `wordpress:latest`)
* Drupal (based on `drupal:latest`)
* Magento 2 (based on `alankent/gsd:latest`)
* Ubuntu (based on `ubuntu:latest`)
## Template definition format

View File

@@ -114,5 +114,11 @@
"8088/tcp"
],
"volumes": ["/var/lib/wowza"]
},
{
"title": "Ubuntu",
"description": "Debian-based Linux operating system",
"logo": "http://design.ubuntu.com/wp-content/uploads/ubuntu-logo32.png",
"image": "ubuntu:latest"
}
]