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

Commit

Permalink
Update devContainer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Chuxel committed Mar 27, 2019
1 parent 4338c9d commit 1d9eedd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions containers/docker-existing-dockerfile/.vscode/devContainer.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "Existing Dockerfile",

// Update this if you aren't using the standard "Dockerfile" filename
"//", "Update this if you aren't using the standard 'Dockerfile' filename",
"dockerFile": "Dockerfile",

// List any ports you want to expose that aren't already exposed in your Dockerfile
"//": "List any ports you want to expose that aren't already exposed in your Dockerfile",
"appPort": [],

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

0 comments on commit 1d9eedd

Please sign in to comment.