Skip to content

Commit d3a3a89

Browse files
committed
fix(docs): add remote Docker host instructions
Add information on using a remote Docker host in the provider authentication documentation. Include methods to configure the Docker provider to connect via SSH or TCP and the option to run an external provisioner on the remote host. This update enhances clarity and usability for users managing remote Docker environments.
1 parent 759a340 commit d3a3a89

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.github/workflows/weekly-docs.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ permissions:
1616
jobs:
1717
check-docs:
1818
runs-on: ubuntu-latest
19+
permissions:
20+
pull-requests: write # required to post PR review comments by the action
1921
steps:
2022
- name: Harden Runner
2123
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,16 @@ 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.md) on the remote docker
55+
host.
56+
4757
Other providers might also support authenticated environments. Check the
4858
[documentation of the Terraform provider](https://registry.terraform.io/browse/providers)
4959
for details.

0 commit comments

Comments
 (0)