Skip to content

Commit 21237d9

Browse files
authored
docs: update remote docker host docs (#11919)
* docs: update remote docker host docs Adds a link to external provisioners as a method to use remote docker hosts * `make fmt` * Update docker.md * fmt
1 parent 9616b92 commit 21237d9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/platforms/docker.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -87,12 +87,12 @@ Sysbox ahead of time will reduce disruption to your Coder instance.
8787

8888
You can use a remote Docker host in 2 ways.
8989

90-
1. Over SSH. See
91-
[here](https://registry.terraform.io/providers/kreuzwerker/docker/latest/docs#remote-hosts)
92-
for details.
93-
2. Over TCP. See
94-
[here](https://registry.terraform.io/providers/kreuzwerker/docker/latest/docs#certificate-information)
95-
for details.
90+
1. Configuring docker provider to use a
91+
[remote host](https://registry.terraform.io/providers/kreuzwerker/docker/latest/docs#remote-hosts)
92+
over SSH or TCP.
93+
2. Running an
94+
[external provisoner](https://coder.com/docs/v2/latest/admin/provisioners#external-provisioners)
95+
on the remote docker host.
9696

9797
## Troubleshooting
9898

0 commit comments

Comments
 (0)