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:
Mathias Fredriksson
2025-07-03 15:50:08 +03:00
committed by GitHub
parent 8b6d70bf1f
commit 7d412c2272
9 changed files with 785 additions and 311 deletions

View File

@ -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