This repository was archived by the owner on Nov 30, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
containers/docker-existing-dockerfile/.vscode Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments