Skip to content

Commit 143fb04

Browse files
committed
update frontmatter & remove docker-with-dotfiles
1 parent 955a166 commit 143fb04

File tree

20 files changed

+102
-234
lines changed

20 files changed

+102
-234
lines changed

docs/dotfiles.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ resource "coder_agent" "main" {
3232
}
3333
```
3434

35-
[Here's a complete example.](https://github.com/coder/coder/tree/main/examples/templates/docker-with-dotfiles#how-it-works)
36-
3735
## Persistent Home
3836

3937
Sometimes you want to support personalization without requiring dotfiles.

examples/examples.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ var (
2828
//go:embed templates/azure-linux
2929
//go:embed templates/do-linux
3030
//go:embed templates/docker
31-
//go:embed templates/docker-with-dotfiles
3231
//go:embed templates/gcp-linux
3332
//go:embed templates/gcp-vm-container
3433
//go:embed templates/gcp-windows

examples/templates/aws-linux/README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
---
2-
name: Develop in Linux on AWS EC2
3-
description: Get started with Linux development on AWS EC2.
4-
tags: [cloud, aws]
5-
icon: /icon/aws.png
2+
display_name: AWS EC2 (Linux)
3+
description: Provision AWS EC2 VMs as Coder workspaces
4+
icon: /icons/aws.png
5+
maintainer_github: coder
6+
verified: true
7+
tags: [vm, linux, aws, persistent-vm]
68
---
79

810
# aws-linux

examples/templates/aws-windows/README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
---
2-
name: Develop in Windows on AWS
3-
description: Get started with Windows development on AWS.
4-
tags: [cloud, aws]
5-
icon: /icon/aws.png
2+
display_name: AWS EC2 (Windows)
3+
description: Provision AWS EC2 VMs as Coder workspaces
4+
icon: /icons/aws.png
5+
maintainer_github: coder
6+
verified: true
7+
tags: [vm, windows, aws]
68
---
79

810
# aws-windows

examples/templates/azure-linux/README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
---
2-
name: Develop in Linux on Azure
3-
description: Get started with Linux development on Microsoft Azure.
4-
tags: [cloud, azure, linux]
5-
icon: /icon/azure.png
2+
display_name: Azure VM (Linux)
3+
description: Provision Azure VMs as Coder workspaces
4+
icon: /icons/azure.png
5+
maintainer_github: coder
6+
verified: true
7+
tags: [vm, linux, azure]
68
---
79

810
# azure-linux

examples/templates/azure-windows/README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
---
2-
name: Develop in Windows on Azure
3-
description: Get started with Windows development on Microsoft Azure.
4-
tags: [cloud, azure, windows]
5-
icon: /icon/azure.png
2+
display_name: Azure VM (Windows)
3+
description: Provision Azure VMs as Coder workspaces
4+
icon: /icons/azure.png
5+
maintainer_github: coder
6+
verified: true
7+
tags: [vm, windows, azure]
68
---
79

810
# azure-windows

examples/templates/devcontainer-docker/README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
---
2-
name: Devcontainers in Docker
3-
description: Develop using devcontainers in Docker
4-
tags: [local, docker]
5-
icon: /icon/docker.png
2+
display_name: Devcontainers (Docker)
3+
description: Provision envbuilder containers as Coder workspaces
4+
icon: /icons/docker.png
5+
maintainer_github: coder
6+
verified: true
7+
tags: [container, docker, devcontainer]
68
---
79

810
# devcontainer-docker

examples/templates/devcontainer-kubernetes/README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
---
2-
name: Devcontainers in Kubernetes
3-
description: Develop using devcontainers in Kubernetes
4-
tags: [local, kubernetes]
5-
icon: /icon/kubernetes.png
2+
display_name: Devcontainers (Kubernetes)
3+
description: Provision envbuilder pods as Coder workspaces
4+
icon: /icons/kubernetes.png
5+
maintainer_github: coder
6+
verified: true
7+
tags: [container, kubernetes, devcontainer]
68
---
79

810
# devcontainer-kubernetes

examples/templates/do-linux/README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
---
2-
name: Develop in Linux on a Digital Ocean Droplet
3-
description: Get started with Linux development on a Digital Ocean Droplet.
4-
tags: [cloud, digitalocean]
5-
icon: /icon/do.png
2+
display_name: DigitalOcean Droplet (Linux)
3+
description: Provision DigitalOcean Droplets as Coder workspaces
4+
icon: /icons/do.png
5+
maintainer_github: coder
6+
verified: true
7+
tags: [vm, linux, digitalocean]
68
---
79

810
# do-linux

examples/templates/docker-with-dotfiles/README.md

Lines changed: 0 additions & 39 deletions
This file was deleted.

0 commit comments

Comments
 (0)