Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Chuxel committed Mar 27, 2019
1 parent b372073 commit 1702b0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ You can either:

### How do I just reuse an existing `Dockerfile` or `docker-compose.yml` instead?

At its simplest, all you need to do is add a `.vscode/devContainer.json` file to your project and reference the `Dockerfile` or `docker-compose.yml`. You can think of `devContainer.json` as conceptually similar to VS Code's debug focused `launch.json` file, but focused on launching your development container instead of your application and a debugger.
At its simplest, all you need to do is add a `.vscode/devContainer.json` file to your project and reference the `Dockerfile` or `docker-compose.yml`. You can think of `devContainer.json` as conceptually similar to VS Code's `launch.json` for debugging, but designed to launch (or attach to) your development container instead.

Since you are here, check out the [Existing Dockerfile](containers/docker-existing-dockerfile) and [Existing Docker Compose](containers/docker-existing-docker-compose) definitions for details, but here's the most basic version of the file:

Expand Down

0 comments on commit 1702b0d

Please sign in to comment.