As per http://blog.docker.com/2015/03/updates-available-to-popular-repos-update-your-images/ docker has stopped answering dockerfile/redis and dockerfile/nginx. Fix all users in our tree. Sadly this means a lot of published examples are now broken.
24 lines
604 B
JSON
24 lines
604 B
JSON
{
|
|
"id": "nginx-controller",
|
|
"apiVersion": "v1beta1",
|
|
"kind": "ReplicationController",
|
|
"desiredState": {
|
|
"replicas": 2,
|
|
"replicaSelector": {"name": "nginx"},
|
|
"podTemplate": {
|
|
"desiredState": {
|
|
"manifest": {
|
|
"version": "v1beta1",
|
|
"id": "nginx-controller",
|
|
"containers": [{
|
|
"name": "nginx",
|
|
"image": "nginx",
|
|
"ports": [{"containerPort": 80}]
|
|
}]
|
|
}
|
|
},
|
|
"labels": {"name": "nginx"}
|
|
}},
|
|
"labels": {"name": "nginx"}
|
|
}
|