mirror of
https://github.com/coder/coder.git
synced 2025-07-06 15:41:45 +00:00
Per https://github.com/coder/terraform-provider-coder/releases/tag/v0.23.0 Performs a mechanical rename of existing usage deprecated fields in the latest version of the coder/coder provider. Closes #13382
name, description, tags, icon
name | description | tags | icon | |||
---|---|---|---|---|---|---|
JFrog and Docker | Develop inside Docker containers using your local daemon |
|
/icon/docker.png |
Docker
To get started, run coder templates init
. When prompted, select this template.
Follow the on-screen instructions to proceed.
Editing the image
Edit the Dockerfile
and run coder templates push
to update workspaces.
code-server
code-server
is installed via the startup_script
argument in the coder_agent
resource block. The coder_app
resource is defined to access code-server
through
the dashboard UI over localhost:13337
.
Next steps
Check out our Docker template for a more fully featured Docker example.