Closed
Description
URL: https://docs.docker.com/opensource/project/set-up-dev-env.md
I followed these instructions and it appears to suggest that I can edit the source tree on my host machine, and the changes will be reflected in the "running development container". This was not the case. Only the docker/bundles directory was mapped. Did I do something wrong?
Running the make shell command mounted your local Docker repository source into your Docker container.
I notice that when I run make shell, I see this line:
Step 48 : COPY . /go/src/github.com/docker/docker
Which suggests that I should not be able to see changes reflected in the development container.