coder/examples/templates/docker-code-server
Geoffrey Huntley 26b54cd144
chore(autofix): upgrade-examples-terraform-provider-coder (#5498)
Automatically generated via https://github.com/coder/autofix
2022-12-23 12:25:56 +10:30
..
README.md chore: Add icons to templates (#5368) 2022-12-09 18:47:09 +00:00
main.tf chore(autofix): upgrade-examples-terraform-provider-coder (#5498) 2022-12-23 12:25:56 +10:30
params.sample.yaml develop.sh: attempt to create a Docker template automatically (#2627) 2022-06-27 09:59:08 +01:00

README.md

name description tags icon
Develop code-server in Docker Run code-server in a Docker development environment
local
docker
/icon/docker.png

code-server in Docker

Getting started

Run coder templates init and select this template. Follow the instructions that appear.

Supported Parameters

You can create a file containing parameters and pass the argument --parameter-file to coder templates create. See params.sample.yaml for more information.

This template has the following predefined parameters:

  • docker_host: Path to (or address of) the Docker socket.

    You can determine the correct value for this by running docker context ls.

  • docker_arch: Architecture of the host running Docker. This can be amd64, arm64, or armv7.