mirror of
https://github.com/coder/coder.git
synced 2026-09-21 20:51:01 +08:00
feat(.devcontainer): add code-server feature to devcontainer.json (#18589)
This commit is contained in:
@@ -6,6 +6,10 @@
|
||||
// See all possible options here https://github.com/devcontainers/features/tree/main/src/docker-in-docker
|
||||
"ghcr.io/devcontainers/features/docker-in-docker:2": {
|
||||
"moby": "false"
|
||||
},
|
||||
"ghcr.io/coder/devcontainer-features/code-server:1": {
|
||||
"auth": "none",
|
||||
"port": 13337
|
||||
}
|
||||
},
|
||||
// SYS_PTRACE to enable go debugging
|
||||
|
||||
Reference in New Issue
Block a user