From 9249309d8e0dcf2a4314121b8989012702c471ef Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Thu, 13 Jul 2023 17:41:15 +0300 Subject: [PATCH] docs: add docs to use remote Docker host (#8479) Co-authored-by: Ben Potter --- docs/platforms/docker.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/platforms/docker.md b/docs/platforms/docker.md index 78a9db0b2f..2a33c67883 100644 --- a/docs/platforms/docker.md +++ b/docs/platforms/docker.md @@ -70,6 +70,13 @@ Coder with Docker has the following advantages: 1. If you want to modify the Docker image or template, edit the files in the previously created `./docker` directory, then run `coder templates push`. +## Using remote Docker host + +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. + ## Troubleshooting ### Docker-based workspace is stuck in "Connecting..."