Reordered templates

This commit is contained in:
Anthony Lapenna
2016-09-15 09:33:53 +12:00
parent f0cffac1d7
commit fdecdb9099

View File

@@ -1,4 +1,13 @@
[
{
"title": "Registry",
"description": "Docker image registry",
"logo": "https://camo.githubusercontent.com/1e11d429705bf6695b79d24966cb1267c00b7df6/68747470733a2f2f7777772e646f636b65722e636f6d2f73697465732f64656661756c742f66696c65732f6f79737465722d72656769737472792d332e706e67",
"image": "registry:latest",
"ports": [
"5000/tcp"
]
},
{
"title": "Nginx",
"description": "High performance web server",
@@ -95,14 +104,5 @@
"8088/tcp"
],
"volumes": ["/var/lib/wowza"]
},
{
"title": "Registry",
"description": "Docker image registry",
"logo": "https://camo.githubusercontent.com/1e11d429705bf6695b79d24966cb1267c00b7df6/68747470733a2f2f7777772e646f636b65722e636f6d2f73697465732f64656661756c742f66696c65732f6f79737465722d72656769737472792d332e706e67",
"image": "registry:latest",
"ports": [
"5000/tcp"
]
}
]