From 08691ce4b1ea6483e8479f98c3146057a8ac38c8 Mon Sep 17 00:00:00 2001 From: Chuck Lantz Date: Thu, 28 Mar 2019 11:59:47 -0700 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3b384eb70b..12bb46442e 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,7 @@ Similarly, if you have a `docker-compose.yml` file, set these properties: "volume": "/" } ``` +...optionally setting `volume` to where you have volume mounted the source code. You may want to [extend your `docker-compose.yml` to avoid common pitfalls](containers/docker-existing-docker-compose). The other definitions in the `containers` folder will provide examples of how to cover new scenarios you may encounter along the way. For example, you may want to [alter your configuration](https://aka.ms/vscode-remote/docker/folder-setup) to install additional tools like Git in the container, automatically install extensions, expose additional ports, or set runtime arguments. In other cases, you may just want to [attach to an already running container](https://aka.ms/vscode-remote/docker/attach).