mirror of
https://github.com/coder/coder.git
synced 2025-07-03 16:13:58 +00:00
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**
Templates
List template examples in our CLI with coder templates init
.
Submit an issue if you encounter any issues!
Getting Started
Clone this repository to create a template from any example listed here:
git clone https://github.com/coder/coder
cd examples/templates/aws-linux
coder templates push