
The Dockerfile copies a non-existent file, which fails the image building process. As a result, the built image is incomplete. This seems to be the reason why the redis example doesn't work (because the docker image kubernetes/redis:v1 is incorrectly built).
PLEASE NOTE: This document applies to the HEAD of the source tree
If you are using a released version of Kubernetes, you should refer to the docs that go with that version.
The latest release of this document can be found [here](http://releases.k8s.io/release-1.1/examples/README.md).Documentation for other releases can be found at releases.k8s.io.
Kubernetes Examples: releases.k8s.io/HEAD
This directory contains a number of examples of how to run real applications with Kubernetes.
Demonstrations of how to use specific Kubernetes features can be found in our documents.