mirror of
https://github.com/coder/coder.git
synced 2025-07-09 11:45:56 +00:00
* start * start a template * basic structure * Update docs/templates/devcontainers.md Co-authored-by: Sebastiaan ten Pas <sebastiaan@diggimedia.nl> * Update examples/templates/devcontainer-docker/main.tf Co-authored-by: Muhammad Atif Ali <atif@coder.com> * add kubernetes template * mention parameters * fixups * fixes from feedback --------- Co-authored-by: Sebastiaan ten Pas <sebastiaan@diggimedia.nl> Co-authored-by: Muhammad Atif Ali <atif@coder.com>
609 B
609 B
name, description, tags, icon
name | description | tags | icon | ||
---|---|---|---|---|---|
Devcontainers in Kubernetes | Develop using devcontainers in Kubernetes |
|
/icon/kubernetes.png |
devcontainer-kubernetes
Develop using devcontainers in Kubernetes.
To get started, run coder templates init
. When prompted, select this template.
Follow the on-screen instructions to proceed.
How it works
Coder supports devcontainers with envbuilder, an open source project. Read more about this in Coder's documentation.