Skip to content

Commit 674e871

Browse files
committed
Remove docker-in-docker feature (incompatible with forky base)
The base image reports Debian 'forky' which the docker-in-docker feature does not support. Codespaces provides Docker access already; local devcontainer users who need Docker can mount the host socket. Made-with: Cursor
1 parent f300ce6 commit 674e871

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.devcontainer/devcontainer.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@
2323
"postStartCommand": "python -m http.server --bind 0.0.0.0 --directory /robot_logs 3000 &",
2424

2525
"features": {
26-
"ghcr.io/devcontainers/features/docker-in-docker:2": {
27-
"moby": false
28-
},
2926
"ghcr.io/devcontainers/features/sshd:1": {
3027
"version": "latest"
3128
}

0 commit comments

Comments
 (0)