mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
fix(.devcontainer): start docker and install devcontainer CLI (#18621)
This change starts the Docker daemon in the devcontainer and install `@devcontainers/cli`.
This commit is contained in:
@@ -56,5 +56,6 @@
|
||||
// See: https://github.com/devcontainers/spec/issues/132
|
||||
"source=${localEnv:HOME},target=/mnt/home/coder,type=bind,readonly"
|
||||
],
|
||||
"postCreateCommand": "./.devcontainer/postCreateCommand.sh"
|
||||
"postCreateCommand": "./.devcontainer/postCreateCommand.sh",
|
||||
"postStartCommand": "sudo service docker start"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user