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

Commit a894bee

Browse files
committed
Docker extension defaults to workspace extension
1 parent cbf1093 commit a894bee

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

containers/docker-in-docker-compose/README.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -46,17 +46,7 @@ You can adapt your own existing development container Docker Compose setup to su
4646
- /var/run/docker.sock:/var/run/docker.sock
4747
```
4848

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

6151
That's it!
6252

0 commit comments

Comments
 (0)