File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
docs/admin/templates/extending-templates Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,17 @@ environments:
44
44
- [ Kubernetes] ( https://registry.terraform.io/providers/hashicorp/kubernetes/latest/docs )
45
45
- [ Docker] ( https://registry.terraform.io/providers/kreuzwerker/docker/latest/docs )
46
46
47
+ ## Using remote Docker host
48
+
49
+ You can use a remote Docker host in 2 ways.
50
+
51
+ 1 . Configuring docker provider to use a
52
+ [ remote host] ( https://registry.terraform.io/providers/kreuzwerker/docker/latest/docs#remote-hosts )
53
+ over SSH or TCP.
54
+ 2 . Running an
55
+ [ external provisoner] ( ../provisioners )
56
+ on the remote docker host.
57
+
47
58
Other providers might also support authenticated environments. Check the
48
59
[ documentation of the Terraform provider] ( https://registry.terraform.io/browse/providers )
49
60
for details.
You can’t perform that action at this time.
0 commit comments