mirror of
https://github.com/coder/coder.git
synced 2025-07-12 00:14:10 +00:00
feat(examples/templates): add docker-devcontainer
template and rename envbuilder template (#18741)
This change adds a new `docker-devcontainer` template which allows you to provision a workspace running in Docker, that also creates workspaces via Docker running inside (DinD). - **chore(examples/templates): rename `docker-devcontainer` to `docker-envbuilder`** - **feat(examples/templates): add `docker-devcontainer` example template**
This commit is contained in:
committed by
GitHub
parent
8b6d70bf1f
commit
7d412c2272
@ -31,6 +31,7 @@ var (
|
||||
//go:embed templates/digitalocean-linux
|
||||
//go:embed templates/docker
|
||||
//go:embed templates/docker-devcontainer
|
||||
//go:embed templates/docker-envbuilder
|
||||
//go:embed templates/gcp-devcontainer
|
||||
//go:embed templates/gcp-linux
|
||||
//go:embed templates/gcp-vm-container
|
||||
|
Reference in New Issue
Block a user