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
This commit is contained in:
Muhammad Atif Ali 2024-02-01 22:43:38 +03:00 committed by GitHub
parent 9616b92f0e
commit 21237d96a5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 6 deletions

View File

@ -87,12 +87,12 @@ Sysbox ahead of time will reduce disruption to your Coder instance.
You can use a remote Docker host in 2 ways.
1. Over SSH. See
[here](https://registry.terraform.io/providers/kreuzwerker/docker/latest/docs#remote-hosts)
for details.
2. Over TCP. See
[here](https://registry.terraform.io/providers/kreuzwerker/docker/latest/docs#certificate-information)
for details.
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 provisoner](https://coder.com/docs/v2/latest/admin/provisioners#external-provisioners)
on the remote docker host.
## Troubleshooting