From a4388609c3eabe0de0b872a4df26e480f35431f3 Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Wed, 12 Jul 2023 20:08:58 +0300 Subject: [PATCH 1/3] docs: add docs to use remote Docker host Closes: #6921 --- docs/platforms/docker.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/platforms/docker.md b/docs/platforms/docker.md index 78a9db0b2f7c9..43a5d5baf29de 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..." From 8b13ec2198611495f6dfa3ae2ee4309fb244e27b Mon Sep 17 00:00:00 2001 From: Atif Ali Date: Thu, 13 Jul 2023 05:34:07 +0000 Subject: [PATCH 2/3] make fmt --- docs/platforms/docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/platforms/docker.md b/docs/platforms/docker.md index 43a5d5baf29de..51488ac1bf828 100644 --- a/docs/platforms/docker.md +++ b/docs/platforms/docker.md @@ -73,9 +73,9 @@ Coder with Docker has the following advantages: ## 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 From eb8bda7f92e19e0adad12fd4c12e4588b01045b0 Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Thu, 13 Jul 2023 17:31:49 +0300 Subject: [PATCH 3/3] Update docs/platforms/docker.md Co-authored-by: Ben Potter --- docs/platforms/docker.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/platforms/docker.md b/docs/platforms/docker.md index 51488ac1bf828..2a33c678830ec 100644 --- a/docs/platforms/docker.md +++ b/docs/platforms/docker.md @@ -74,8 +74,8 @@ Coder with Docker has the following advantages: 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. 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