Merge pull request #10 from cloud-inovasi/template-registry

Add registry template
This commit is contained in:
Anthony Lapenna
2016-09-15 09:17:04 +12:00
committed by GitHub

View File

@@ -85,5 +85,14 @@
"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",
]
}
]