Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 660de4e

Browse files
committed
remove from examples
1 parent 99ab0a9 commit 660de4e

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

examples/examples.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ var (
2525
//go:embed templates/azure-linux
2626
//go:embed templates/do-linux
2727
//go:embed templates/docker
28-
//go:embed templates/docker-code-server
29-
//go:embed templates/docker-image-builds
3028
//go:embed templates/docker-with-dotfiles
3129
//go:embed templates/gcp-linux
3230
//go:embed templates/gcp-vm-container

examples/lima/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This will:
2222
- Install Docker and Terraform from the official repos
2323
- Install Coder using the [installation script](https://coder.com/docs/coder-oss/latest/install#installsh)
2424
- Generates an initial user account `[email protected]` with a randomly generated password (stored in the VM under `/home/${USER}.linux/.config/coderv2/password`)
25-
- Initializes a [sample Docker template](https://github.com/coder/coder/tree/main/examples/templates/docker-code-server) for creating workspaces
25+
- Initializes a [sample Docker template](https://github.com/coder/coder/tree/main/examples/templates/docker) for creating workspaces
2626

2727
Once this completes, you can visit `http://localhost:3000` and start creating workspaces!
2828

examples/lima/coder.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ provision:
103103
fi
104104
DOCKER_HOST=$(docker context inspect --format '{{.Endpoints.docker.Host}}')
105105
printf 'docker_arch: "%s"\ndocker_host: "%s"\n' "${DOCKER_ARCH}" "${DOCKER_HOST}" | tee "${temp_template_dir}/params.yaml"
106-
coder templates create "docker-code-server-${DOCKER_ARCH}" --directory "${temp_template_dir}" --parameter-file "${temp_template_dir}/params.yaml" --yes
106+
coder templates create "docker-${DOCKER_ARCH}" --directory "${temp_template_dir}" --parameter-file "${temp_template_dir}/params.yaml" --yes
107107
rm -rfv "${temp_template_dir}"
108108
probes:
109109
- description: "docker to be installed"

0 commit comments

Comments
 (0)