Skip to content

Commit 0a965fc

Browse files
authored
dev: Remove docker config mount (#2246)
1 parent 19c3b8c commit 0a965fc

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.devcontainer/devcontainer.json

-5
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,6 @@
3535
"source": "/var/run/docker.sock",
3636
"target": "/var/run/docker-host.sock",
3737
"type": "bind"
38-
},
39-
{
40-
"source": "${localEnv:HOME}/.docker",
41-
"target": "/home/code/.docker",
42-
"type": "bind"
4338
}
4439
]
4540
}

0 commit comments

Comments
 (0)