Skip to content

Commit 2b867b7

Browse files
authored
remove unrelated content
1 parent eb0812c commit 2b867b7

File tree

1 file changed

+1
-26
lines changed

1 file changed

+1
-26
lines changed

examples/templates/nomad-docker/README.md

Lines changed: 1 addition & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -9,38 +9,13 @@ tags: [nomad, container]
99

1010
# Remote Development on Nomad
1111

12-
Provision Nomad Jobs as [Coder workspaces](https://coder.com/docs/coder-v2/latest) with this example template.
12+
Provision Nomad Jobs as [Coder workspaces](https://coder.com/docs/coder-v2/latest) with this example template. This example shows how to use Nomad service tasks to be used as a development environment using docker and host csi volumes.
1313

1414
<!-- TODO: Add screenshot -->
1515

16-
## Prerequisites
17-
18-
### Infrastructure
19-
20-
**Cluster**: This template requires an existing Kubernetes cluster
21-
22-
**Container Image**: This template uses the [codercom/enterprise-base:ubuntu image](https://github.com/coder/enterprise-images/tree/main/images/base) with some dev tools preinstalled. To add additional tools, extend this image or build it yourself.
23-
24-
### Authentication
25-
26-
This template authenticates using a `~/.kube/config`, if present on the server, or via built-in authentication if the Coder provisioner is running on Kubernetes with an authorized ServiceAccount. To use another [authentication method](https://registry.terraform.io/providers/hashicorp/kubernetes/latest/docs#authentication), edit the template.
27-
28-
## Architecture
29-
30-
This template provisions the following resources:
31-
32-
- Kubernetes pod (ephemeral)
33-
- Kubernetes persistent volume claim (persistent on `/home/coder`)
34-
35-
This means, when the workspace restarts, any tools or files outside of the home directory are not persisted. To pre-bake tools into the workspace (e.g. `python3`), modify the container image. Alternatively, individual developers can [personalize](https://coder.com/docs/v2/latest/dotfiles) their workspaces with dotfiles.
36-
3716
> **Note**
3817
> This template is designed to be a starting point! Edit the Terraform to extend the template to support your use case.
3918
40-
# Develop in a Nomad Docker Container
41-
42-
This example shows how to use Nomad service tasks to be used as a development environment using docker and host csi volumes.
43-
4419
## Prerequisites
4520

4621
- [Nomad](https://www.nomadproject.io/downloads)

0 commit comments

Comments
 (0)