We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b833861 commit 9249309Copy full SHA for 9249309
docs/platforms/docker.md
@@ -70,6 +70,13 @@ Coder with Docker has the following advantages:
70
1. If you want to modify the Docker image or template, edit the files in the
71
previously created `./docker` directory, then run `coder templates push`.
72
73
+## Using remote Docker host
74
+
75
+You can use a remote Docker host in 2 ways.
76
77
+1. Over SSH. See [here](https://registry.terraform.io/providers/kreuzwerker/docker/latest/docs#remote-hosts) for details.
78
+2. Over TCP. See [here](https://registry.terraform.io/providers/kreuzwerker/docker/latest/docs#certificate-information) for details.
79
80
## Troubleshooting
81
82
### Docker-based workspace is stuck in "Connecting..."
0 commit comments