-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathregistry.json
More file actions
16 lines (16 loc) · 960 Bytes
/
registry.json
File metadata and controls
16 lines (16 loc) · 960 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[
{
"name": "Full Stack Deployment",
"install": "docker run --rm stackinabox/demo-jke:1.1",
"description": "Sample JKE Banking full-stack deployment demonstation",
"img": "https://developer.ibm.com/urbancode/wp-content/uploads/sites/16/2016/10/blueprint_designer.png",
"docs": "https://github.com/stackinabox/stackinabox.io/wiki/JKE-Banking-Full-Stack-Deployment"
},
{
"name": "Docker Deployment Pipeline",
"install": "docker run --rm -v /vagrant/compose:/compose -v /var/run/docker.sock:/var/run/docker.sock stackinabox/demo-docker:dev",
"description": "Sample docker deployment pipeline demonstration",
"img": "https://image.slidesharecdn.com/urbancode-deploy-and-docker-containers-connect-the-dots-150701131459-lva1-app6892/95/urbancode-deploy-and-docker-containers-connect-the-dots-10-638.jpg?cb=1435756717",
"docs": "https://github.com/stackinabox/docker-demo-docker/wiki/Docker-Demo-for-Stackinabox.io"
}
]