- Notifications
You must be signed in to change notification settings - Fork921
chore: unify template naming#15757
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Changes fromall commits
38aeaa5
ebf63e7
da67150
68429e5
a736823
71860a3
File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -148,7 +148,7 @@ nodes. Refer to sysbox's | ||
to ensure your nodes are compliant. | ||
To get started with `envbox` check out the | ||
[starter template](https://github.com/coder/coder/tree/main/examples/templates/kubernetes-envbox) | ||
phorcys420 marked this conversation as resolved. Show resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||
or visit the [repo](https://github.com/coder/envbox). | ||
### Authenticating with a Private Registry | ||
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -38,7 +38,7 @@ choose a template from the | ||
1. Use the `template init` command to initialize your choice of image: | ||
```shell | ||
coder template init --id kubernetes-devcontainer | ||
``` | ||
A list of available templates is shown in the | ||
@@ -47,7 +47,7 @@ choose a template from the | ||
1. `cd` into the directory and push the template to your Coder deployment: | ||
```shell | ||
cd kubernetes-devcontainer && coder templates push | ||
``` | ||
You can also edit the files or make changes to the files before you push them | ||
@@ -122,8 +122,8 @@ their development environments: | ||
| Template | Description | | ||
| ------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | ||
| [Docker dev containers](https://github.com/coder/coder/tree/main/examples/templates/docker-devcontainer) | Docker provisions a development container. | | ||
phorcys420 marked this conversation as resolved. Show resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||
| [Kubernetes dev containers](https://github.com/coder/coder/tree/main/examples/templates/kubernetes-devcontainer) | Provisions a development container on the Kubernetes cluster. | | ||
phorcys420 marked this conversation as resolved. Show resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||
| [Google Compute Engine dev container](https://github.com/coder/coder/tree/main/examples/templates/gcp-devcontainer) | Runs a development container inside a single GCP instance. It also mounts the Docker socket from the VM inside the container to enable Docker inside the workspace. | | ||
| [AWS EC2 dev container](https://github.com/coder/coder/tree/main/examples/templates/aws-devcontainer) | Runs a development container inside a single EC2 instance. It also mounts the Docker socket from the VM inside the container to enable Docker inside the workspace. | | ||
Some generated files are not rendered by default. Learn more abouthow customized files appear on GitHub.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.