From 5122aaf26fdbb68e02cd31baf4a172f1210e49b5 Mon Sep 17 00:00:00 2001 From: Benjamin Baker Date: Fri, 15 Jun 2018 19:02:53 -0400 Subject: [PATCH] Updated path to be consistent w/ current Windows build process Signed-off-by: Benjamin Baker --- docs/contributing/software-req-win.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/contributing/software-req-win.md b/docs/contributing/software-req-win.md index d51861cbe5..3070d34e83 100644 --- a/docs/contributing/software-req-win.md +++ b/docs/contributing/software-req-win.md @@ -100,8 +100,8 @@ To build Moby, run: Copy out the resulting Windows Moby Engine binary to `dockerd.exe` in the current directory: - docker cp binaries:C:\go\src\github.com\moby\moby\bundles\docker.exe docker.exe - docker cp binaries:C:\go\src\github.com\moby\moby\bundles\dockerd.exe dockerd.exe + docker cp binaries:C:\go\src\github.com\docker\docker\bundles\docker.exe docker.exe + docker cp binaries:C:\go\src\github.com\docker\docker\bundles\dockerd.exe dockerd.exe To test it, stop the system Docker daemon and start the one you just built: