From 63a40521b1cd67a4f716613ba944fc8692a4fff9 Mon Sep 17 00:00:00 2001 From: Yu-Ju Hong Date: Thu, 12 Feb 2015 14:05:26 -0800 Subject: [PATCH] locally.md: update the docker version requirement to 1.3 --- docs/getting-started-guides/locally.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/getting-started-guides/locally.md b/docs/getting-started-guides/locally.md index 3c7f1872cb0..d6b1b63fe57 100644 --- a/docs/getting-started-guides/locally.md +++ b/docs/getting-started-guides/locally.md @@ -8,7 +8,10 @@ Not running Linux? Consider running Linux in a local virtual machine with [Vagra #### Docker -At least [Docker](https://docs.docker.com/installation/#installation) 1.0.0+. Ensure the Docker daemon is running and can be contacted (try `docker ps`). Some of the kubernetes components need to run as root, which normally works fine with docker. +At least [Docker](https://docs.docker.com/installation/#installation) +1.3+. Ensure the Docker daemon is running and can be contacted (try `docker +ps`). Some of the kubernetes components need to run as root, which normally +works fine with docker. #### etcd