Add the ubuntu template
This commit is contained in:
@@ -14,6 +14,7 @@ It also describes how to host your own Apps.
|
|||||||
* 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`)
|
* Magento 2 (based on `alankent/gsd:latest`)
|
||||||
|
* Ubuntu (based on `ubuntu:latest`)
|
||||||
|
|
||||||
## Template definition format
|
## Template definition format
|
||||||
|
|
||||||
|
|||||||
@@ -114,5 +114,11 @@
|
|||||||
"8088/tcp"
|
"8088/tcp"
|
||||||
],
|
],
|
||||||
"volumes": ["/var/lib/wowza"]
|
"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"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user