Skip to content

docs: add devcontainer templates #8256

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
Jul 12, 2023
Prev Previous commit
Next Next commit
Update examples/templates/devcontainer-docker/main.tf
Co-authored-by: Muhammad Atif Ali <atif@coder.com>
  • Loading branch information
bpmct and matifali authored Jul 11, 2023
commit c3f85d481da0d7d94728b51a726414c537df1f84
2 changes: 1 addition & 1 deletion examples/templates/devcontainer-docker/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ resource "coder_agent" "main" {
metadata {
display_name = "Home Disk"
key = "3_home_disk"
script = "coder stat disk --path $${HOME}"
script = "coder stat disk --path $HOME"
interval = 60
timeout = 1
}
Expand Down