Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
docs: add docs to use remote Docker host
Closes: #6921
  • Loading branch information
matifali authored Jul 12, 2023
commit a4388609c3eabe0de0b872a4df26e480f35431f3
7 changes: 7 additions & 0 deletions docs/platforms/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -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..."
Expand Down