
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.
19 lines
329 B
YAML
19 lines
329 B
YAML
id: name
|
|
kind: Pod
|
|
apiVersion: v1beta1
|
|
desiredState:
|
|
manifest:
|
|
version: v1beta1
|
|
id: redis-master
|
|
containers:
|
|
- name: "master"
|
|
image: "redis"
|
|
command:
|
|
- this
|
|
- is
|
|
- an
|
|
- ok
|
|
- command
|
|
labels:
|
|
name: "redis-master"
|