mirror of
https://github.com/coder/coder.git
synced 2026-06-04 05:28:20 +00:00
94f5d52fdc
Co-authored-by: Edward Angert <EdwardAngert@users.noreply.github.com>
27 lines
728 B
Markdown
27 lines
728 B
Markdown
---
|
|
name: JFrog and Docker
|
|
description: Develop inside Docker containers using your local daemon
|
|
tags: [local, docker, jfrog]
|
|
icon: /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](../../templates/docker/) template for a more fully featured Docker
|
|
example.
|