Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update docs/admin/templates/extending-templates/provider-authenticati…
…on.md

Co-authored-by: Edward Angert <EdwardAngert@users.noreply.github.com>
  • Loading branch information
matifali and EdwardAngert authored Nov 13, 2024
commit b4aa70e6220baae73efee89dd1d720528bc30a34
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,13 @@ environments:
- [Kubernetes](https://registry.terraform.io/providers/hashicorp/kubernetes/latest/docs)
- [Docker](https://registry.terraform.io/providers/kreuzwerker/docker/latest/docs)

## Using remote Docker host
## Use a remote Docker host for authentication

You can use a remote Docker host in 2 ways.
There are two ways to use a remote Docker host for authentication:

1. Configuring docker provider to use a
[remote host](https://registry.terraform.io/providers/kreuzwerker/docker/latest/docs#remote-hosts)
over SSH or TCP.
2. Running an [external provisioner](../../provisioners.md) on the remote docker
host.
- Configure the Docker provider to use a
[remote host over SSH or TCP](https://registry.terraform.io/providers/kreuzwerker/docker/latest/docs#remote-hosts).
- Run an [external provisioner](../../provisioners.md) on the remote docker host.

Other providers might also support authenticated environments. Check the
[documentation of the Terraform provider](https://registry.terraform.io/browse/providers)
Expand Down
Loading