coder/examples/templates
Mathias Fredriksson 0178bfe134
fix(examples): copy /etc/skel on init in docker template (#12913)
Fixes #10209
2024-04-09 14:54:17 +03:00
..
aws-devcontainer feat(site): improve icon compatibility across themes (#11457) 2024-01-08 14:12:40 -07:00
aws-linux chore(examples): remove deprecated startup_script_timeout and shutdown_script_timeout (#12104) 2024-02-12 14:29:41 +00:00
aws-windows docs: fix example template README 404s and semantics (#11903) 2024-01-29 21:34:12 +00:00
azure-linux docs: fix example template README 404s and semantics (#11903) 2024-01-29 21:34:12 +00:00
azure-windows docs: fix example template README 404s and semantics (#11903) 2024-01-29 21:34:12 +00:00
devcontainer-docker fix: devcontainer-docker bad default directory (#12453) 2024-03-11 16:56:41 +03:00
devcontainer-kubernetes chore(examples): remove deprecated startup_script_timeout and shutdown_script_timeout (#12104) 2024-02-12 14:29:41 +00:00
do-linux docs: fix example template README 404s and semantics (#11903) 2024-01-29 21:34:12 +00:00
docker fix(examples): copy /etc/skel on init in docker template (#12913) 2024-04-09 14:54:17 +03:00
envbox chore: deprecate template create command in favor of template push (#11390) 2024-01-05 21:04:14 +00:00
gcp-devcontainer feat(examples/templates): add GCP VM devcontainer template (#11246) 2023-12-21 13:01:10 +00:00
gcp-linux chore(examples): remove deprecated startup_script_timeout and shutdown_script_timeout (#12104) 2024-02-12 14:29:41 +00:00
gcp-vm-container chore(examples): remove deprecated startup_script_timeout and shutdown_script_timeout (#12104) 2024-02-12 14:29:41 +00:00
gcp-windows docs: improve structure for example templates (#9842) 2023-12-17 17:05:13 +03:00
incus feat(examples): add linting to all examples (#12595) 2024-03-14 16:49:44 +02:00
kubernetes fix(examples): remove dead code comment (#12194) 2024-02-17 17:38:19 +00:00
nomad-docker chore(examples): remove deprecated startup_script_timeout and shutdown_script_timeout (#12104) 2024-02-12 14:29:41 +00:00
scratch feat(site): add create template from scratch (#12082) 2024-02-09 14:42:26 +00:00
README.md chore: simplify readme (#12639) 2024-03-18 09:40:47 -04:00
community-templates.md docs: add kubevirt coder template in list of community templates (#12113) 2024-02-15 13:18:10 +03:00

README.md

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