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.
20 lines
341 B
JSON
20 lines
341 B
JSON
{
|
|
"id": "name",
|
|
"kind": "Pod",
|
|
"apiVersion": "v1beta1",
|
|
"desiredState": {
|
|
"manifest": {
|
|
"version": "v1beta1",
|
|
"id": "redis-master",
|
|
"containers": [{
|
|
"name": "master",
|
|
"image": "redis",
|
|
"command": "this is a bad command"
|
|
}]
|
|
}
|
|
},
|
|
"labels": {
|
|
"name": "redis-master"
|
|
}
|
|
}
|