From 4514e9e241503e024a7eba4100a0375763c20a8e Mon Sep 17 00:00:00 2001 From: Ahmet Alp Balkan Date: Thu, 2 Apr 2015 14:57:39 -0700 Subject: [PATCH] docs: Add new windows installation tutorials Updated Windows installation documentation with newest screencasts and Chocolatey instructions to install windows client CLI. Signed-off-by: Ahmet Alp Balkan Upstream-commit: 2b320a230979c3222162567b9d1d3193b0806cd5 Component: engine --- components/engine/docs/sources/installation/windows.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/components/engine/docs/sources/installation/windows.md b/components/engine/docs/sources/installation/windows.md index 95e5906cfd..95f55afebd 100644 --- a/components/engine/docs/sources/installation/windows.md +++ b/components/engine/docs/sources/installation/windows.md @@ -22,7 +22,7 @@ is developed, you can launch only Linux containers from your Windows machine. ## Demonstration - + ## Installation @@ -147,3 +147,10 @@ You can do this with `%USERPROFILE%\.ssh\id_boot2docker` - then click: "Save Private Key". - Then use the saved file to login with PuTTY using `docker@127.0.0.1:2022`. + +## References + +If you have Docker hosts running and if you don't wish to do a +Boot2Docker installation, you can install the docker.exe using +unofficial Windows package manager Chocolately. For information +on how to do this, see [Docker package on Chocolatey](http://chocolatey.org/packages/docker).