mirror of
https://github.com/coder/coder.git
synced 2025-07-23 21:32:07 +00:00
docs: add Docker to provider authentication docs (#15494)
Co-authored-by: Edward Angert <EdwardAngert@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
4a6b28f5df
commit
6ff302b740
@ -42,6 +42,16 @@ environments:
|
||||
- [Amazon Web Services](https://registry.terraform.io/providers/hashicorp/aws/latest/docs)
|
||||
- [Microsoft Azure](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs)
|
||||
- [Kubernetes](https://registry.terraform.io/providers/hashicorp/kubernetes/latest/docs)
|
||||
- [Docker](https://registry.terraform.io/providers/kreuzwerker/docker/latest/docs)
|
||||
|
||||
## Use a remote Docker host for authentication
|
||||
|
||||
There are two ways to use a remote Docker host for authentication:
|
||||
|
||||
- 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)
|
||||
|
Reference in New Issue
Block a user