Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit908e93c

Browse files
committed
fix(docs): add remote Docker host usage instructions
Include guidance on using a remote Docker host with two options:configuring the Docker provider for remote access or running an externalprovisioner, enhancing clarity for authenticated environments.
1 parent759a340 commit908e93c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,15 @@ 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[external provisioner](../provisioners) on the remote docker host.
55+
4756
Other providers might also support authenticated environments. Check the
4857
[documentation of the Terraform provider](https://registry.terraform.io/browse/providers)
4958
for details.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp