
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.
17 lines
202 B
YAML
17 lines
202 B
YAML
apiVersion: v1beta3
|
|
kind: Pod
|
|
metadata:
|
|
labels:
|
|
name: redis-master
|
|
name: name
|
|
spec:
|
|
containers:
|
|
- args:
|
|
- this
|
|
- is
|
|
- an
|
|
- ok
|
|
- command
|
|
image: redis
|
|
name: master
|