We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7372c06 commit 36a44aaCopy full SHA for 36a44aa
examples/templates/docker-image-builds/main.tf
@@ -15,6 +15,8 @@ terraform {
15
# Admin parameters
16
variable "step1_docker_host_warning" {
17
description = <<-EOF
18
+ Is Docker running on the Coder host?
19
+
20
This template will use the Docker socket present on
21
the Coder host, which is not necessarily your local machine.
22
examples/templates/docker/main.tf
@@ -17,6 +17,8 @@ terraform {
# host on the "docker" provider below.
23
24
0 commit comments