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
egamma committed Nov 6, 2018
1 parent 00a41e3 commit 2515872
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ In all of the above cases you can tag a folder as a Development Container by add
**Notice** support for this scenario is not yet implemented. The intent is that in this case a user only has to define the tool stack but doesn´t have to create a Dockerfile.

For this setup the `.vscode/devContainer.json` defines the following attributes:
- `stack`: the tool and runtime stack should be provisioned in the container. There will be a set of predefined stacks.
- `image`: the tool and runtime stack should be provisioned in the container. There will be a set of predefined stacks.
- `appPort`: an application port that is opened by the container, that is, when the container supports running a server that is listening at a particular port.
- `extensions`: a set of extensions (given as an array of extension IDs) that should be installed into the container. .

Expand Down Expand Up @@ -171,3 +171,6 @@ To test a version of your extension in the Development Container setup you can p

### Debugging your Extension (**TBD**)

### Reporting Issues

When reporting issues please file them against the https://github.com/Microsoft/vscode-remote/issues repository.

0 comments on commit 2515872

Please sign in to comment.