mirror of
https://github.com/coder/coder.git
synced 2026-06-04 13:38:21 +00:00
fd73d6dd0d
* fix: Reduce variables needed for Docker template This should make initial setup a bit simpler! * Fix for M2 Macbooks PostgreSQL 13 doesn't support the M series architecture. * Fix name <-> id swap * Update Docker provider to remove host requirement Co-authored-by: Kyle Carberry <kyle@air.local>
name, description, tags
| name | description | tags | ||
|---|---|---|---|---|
| Develop code-server in Docker | Run code-server in a Docker development environment |
|
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 beamd64,arm64, orarmv7.