From 21cb9d19c2bfb31f7c67659bd339682b365a1a0c Mon Sep 17 00:00:00 2001 From: Yves Junqueira Date: Thu, 18 Sep 2014 01:23:26 +0200 Subject: [PATCH] Local install: add link to Docker install instructions --- docs/getting-started-guides/locally.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started-guides/locally.md b/docs/getting-started-guides/locally.md index e7898f3e72..a10808e58a 100644 --- a/docs/getting-started-guides/locally.md +++ b/docs/getting-started-guides/locally.md @@ -8,7 +8,7 @@ Not running Linux? Consider running Linux in a local virtual machine with [Vagra #### Docker -At least Docker 1.0.0+. Ensure the Docker daemon is running and can be contacted by the user you plan to run as (try `docker ps`). +At least [Docker](https://docs.docker.com/installation/#installation) 1.0.0+. Ensure the Docker daemon is running and can be contacted by the user you plan to run as (try `docker ps`). #### etcd