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

Commit 85d1054

Browse files
authored
Update devContainer.json
1 parent 19f8aee commit 85d1054

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "Existing Dockerfile",
33

4-
"//": "Update this if you aren't using the standard 'Dockerfile' filename",
4+
"//": "Update the dockerFile property if you aren't using the standard 'Dockerfile' filename",
55
"dockerFile": "Dockerfile",
66

7-
"//": "List any ports you want to expose that aren't already exposed in your Dockerfile",
7+
"//": "Use appPort to list ports you want to expose that aren't already exposed in your Dockerfile",
88
"appPort": [],
99

10-
"//": "If you install the Docker CE CLI in your container, this lets you interact with your host \
11-
Docker service from inside the container. See the docker-in-docker and docker-in-docker-compose \
10+
"//": "If you install the Docker CE CLI in your container, this runArgs list lets you interact with your host \
11+
Docker service from inside the container. See the docker-in-docker and docker-in-docker-compose \
1212
definitions for details.",
1313
"runArgs": ["-v","/var/run/docker.sock:/var/run/docker.sock"]
1414
}

0 commit comments

Comments
 (0)