Skip to content

Commit 4a50683

Browse files
authored
add remote docker host instructions
1 parent 759a340 commit 4a50683

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/admin/templates/extending-templates/provider-authentication.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,17 @@ environments:
4444
- [Kubernetes](https://registry.terraform.io/providers/hashicorp/kubernetes/latest/docs)
4545
- [Docker](https://registry.terraform.io/providers/kreuzwerker/docker/latest/docs)
4646

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+
4758
Other providers might also support authenticated environments. Check the
4859
[documentation of the Terraform provider](https://registry.terraform.io/browse/providers)
4960
for details.

0 commit comments

Comments
 (0)