You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 30, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: containers/docker-in-docker-compose/README.md
+1-11Lines changed: 1 addition & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,17 +46,7 @@ You can adapt your own existing development container Docker Compose setup to su
46
46
- /var/run/docker.sock:/var/run/docker.sock
47
47
```
48
48
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.
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.
0 commit comments