Files
coder/examples/jfrog/docker
Cian Johnston 1cc51b009a chore(examples): remove deprecated startup_script_timeout and shutdown_script_timeout (#12104)
Removes deprecated startup_script_timeout and shutdown_script_timeout from our example templates.

Co-authored-by: Muhammad Atif Ali <atif@coder.com>
2024-02-12 14:29:41 +00:00
..

name, description, tags, icon
name description tags icon
JFrog and Docker Develop inside Docker containers using your local daemon
local
docker
jfrog
/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.