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
..
build docs: improve structure for example templates (#9842) 2023-12-17 17:05:13 +03:00
README.md refactor: refactor JFrog docs and template (#11336) 2023-12-25 07:26:34 +00:00
main.tf chore(examples): remove deprecated startup_script_timeout and shutdown_script_timeout (#12104) 2024-02-12 14:29:41 +00:00

README.md

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.