mirror of
https://github.com/coder/coder.git
synced 2026-06-03 21:18:24 +00:00
7d412c2272
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**
14 lines
470 B
Plaintext
14 lines
470 B
Plaintext
coder v0.0.0-devel
|
|
|
|
USAGE:
|
|
coder templates init [flags] [directory]
|
|
|
|
Get started with a templated template.
|
|
|
|
OPTIONS:
|
|
--id aws-devcontainer|aws-linux|aws-windows|azure-linux|digitalocean-linux|docker|docker-devcontainer|docker-envbuilder|gcp-devcontainer|gcp-linux|gcp-vm-container|gcp-windows|kubernetes|kubernetes-devcontainer|nomad-docker|scratch
|
|
Specify a given example template by ID.
|
|
|
|
———
|
|
Run `coder --help` for a list of global options.
|