From 5289df1d7f1127ed76dccad4dca7a85c910079d8 Mon Sep 17 00:00:00 2001 From: Ben Date: Fri, 27 May 2022 15:13:17 +0000 Subject: [PATCH] example: docker warning on Coder host --- examples/templates/docker-image-builds/main.tf | 2 ++ examples/templates/docker/main.tf | 2 ++ 2 files changed, 4 insertions(+) diff --git a/examples/templates/docker-image-builds/main.tf b/examples/templates/docker-image-builds/main.tf index e39bf247f555b..35e01843995d1 100644 --- a/examples/templates/docker-image-builds/main.tf +++ b/examples/templates/docker-image-builds/main.tf @@ -15,6 +15,8 @@ terraform { # Admin parameters variable "step1_docker_host_warning" { description = <<-EOF + Is Docker running on the Coder host? + This template will use the Docker socket present on the Coder host, which is not necessarily your local machine. diff --git a/examples/templates/docker/main.tf b/examples/templates/docker/main.tf index b9783a5e2a495..8fb124aa8fe5c 100644 --- a/examples/templates/docker/main.tf +++ b/examples/templates/docker/main.tf @@ -17,6 +17,8 @@ terraform { # host on the "docker" provider below. variable "step1_docker_host_warning" { description = <<-EOF + Is Docker running on the Coder host? + This template will use the Docker socket present on the Coder host, which is not necessarily your local machine.