From 355cf9483c1b8ede5ae3ed50add4de2a69d62645 Mon Sep 17 00:00:00 2001 From: Brett Randall Date: Sat, 2 Dec 2017 16:01:50 +1100 Subject: [PATCH] Changed go vendor from moby/moby to docker/docker in dev docs. If there is a package-rename forthcoming, it isn't currently evident on master, but seems to show in doc. Changed doc to show actual docker/docker paths as they occur now instead of moby/moby. Signed-off-by: Brett Randall --- docs/contributing/set-up-dev-env.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/contributing/set-up-dev-env.md b/docs/contributing/set-up-dev-env.md index 28bea5b86f..c2c8389a28 100644 --- a/docs/contributing/set-up-dev-env.md +++ b/docs/contributing/set-up-dev-env.md @@ -129,13 +129,14 @@ can take over 15 minutes to complete. ```none Successfully built 3d872560918e + Successfully tagged docker-dev:dry-run-test docker run --rm -i --privileged -e BUILDFLAGS -e KEEPBUNDLE -e DOCKER_BUILD_GOGC -e DOCKER_BUILD_PKGS -e DOCKER_CLIENTONLY -e DOCKER_DEBUG -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT -e DOCKER_GRAPHDRIVER=devicemapper -e DOCKER_INCREMENTAL_BINARY -e DOCKER_REMAP_ROOT -e DOCKER_STORAGE_OPTS -e DOCKER_USERLANDPROXY -e TESTDIRS -e TESTFLAGS -e TIMEOUT -v "home/ubuntu/repos/docker/bundles:/go/src/github.com/moby/moby/bundles" -t "docker-dev:dry-run-test" bash root@f31fa223770f:/go/src/github.com/docker/docker# ``` At this point, your prompt reflects the container's BASH shell. -5. List the contents of the current directory (`/go/src/github.com/moby/moby`). +5. List the contents of the current directory (`/go/src/github.com/docker/docker`). You should see the image's source from the `/go/src/github.com/docker/docker` directory.