Skip to content

Commit 945045c

Browse files
committed
wip
1 parent 27421c0 commit 945045c

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.devcontainer/README.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
1-
# Devcontainer
1+
# Developing inside a Container
22

3-
This file specifies to vscode how to run the container
3+
The Visual Studio Code Dev Containers extension lets you use a container as a full-featured development environment.
44

5-
For format details, see [documentation](https://aka.ms/vscode-remote/devcontainer.json) or this file's [README](https://github.com/microsoft/vscode-dev-containers/tree/v0.123.0/containers/docker-existing-dockerfile)
6-
7-
context: Sets the run context to one level up instead of the .devcontainer folder.
8-
dockerFile: Update the 'dockerFile' property if you aren't using the standard 'Dockerfile' filename.
9-
settings: Set _default_ container specific settings.json values on container create.
10-
extensions: Add the IDs of extensions you want installed when the container is created.
5+
> More information: <https://code.visualstudio.com/docs/devcontainers/containers>

0 commit comments

Comments
 (0)