| name | JFrog and Docker | |||
|---|---|---|---|---|
| description | Develop inside Docker containers using your local daemon | |||
| tags |
|
|||
| icon | /icon/docker.png |
To get started, run coder templates init. When prompted, select this template.
Follow the on-screen instructions to proceed.
Edit the Dockerfile and run coder templates push to update workspaces.
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.
Check out our Docker template for a more fully featured Docker example.