Skip to content

Commit 5000edb

Browse files
authored
example: docker warning on Coder host (#1842)
1 parent 984dc2b commit 5000edb

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

examples/templates/docker-image-builds/main.tf

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ terraform {
1515
# Admin parameters
1616
variable "step1_docker_host_warning" {
1717
description = <<-EOF
18+
Is Docker running on the Coder host?
19+
1820
This template will use the Docker socket present on
1921
the Coder host, which is not necessarily your local machine.
2022

examples/templates/docker/main.tf

+2
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ terraform {
1717
# host on the "docker" provider below.
1818
variable "step1_docker_host_warning" {
1919
description = <<-EOF
20+
Is Docker running on the Coder host?
21+
2022
This template will use the Docker socket present on
2123
the Coder host, which is not necessarily your local machine.
2224

0 commit comments

Comments
 (0)