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

Commit cbf1093

Browse files
authored
Docker extension defaults to workspace extension
... at least since 0.8.1
1 parent 65ff0fd commit cbf1093

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

containers/docker-in-docker/README.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -45,17 +45,7 @@ You can adapt your own existing development container Dockerfile to support this
4545
"runArgs": ["-v","/var/run/docker.sock:/var/run/docker.sock"]
4646
```
4747

48-
3. Finally, update `devcontainer.json` to force the Docker extension to be installed inside the container instead of locally. From `.devcontainer/devcontainer.json`:
49-
50-
```json
51-
"settings": {
52-
"remote.extensionKind": {
53-
"ms-azuretools.vscode-docker": "workspace"
54-
}
55-
},
56-
```
57-
58-
4. Press <kbd>F1</kbd> and run **Remote-Containers: Rebuild Container** so the changes take effect.
48+
3. Press <kbd>F1</kbd> and run **Remote-Containers: Rebuild Container** so the changes take effect.
5949

6050
That's it!
6151

0 commit comments

Comments
 (0)