Skip to content

Commit fdf8099

Browse files
committed
refactor docker desktop SSH limitation
1 parent ead59f1 commit fdf8099

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

setup/kubernetes/local-preview.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,10 @@ We are working on bringing Dev URL support to local previews in later releases.
6666

6767
### SSH
6868

69-
SSH is not configured to run by default on kind deployments.
69+
With kind, SSH is not configured to run by default.
70+
71+
With Docker Desktop, SSH will work as long as your machine does not have an
72+
existing SSH server running on port 22.
7073

7174
### Air-gapped clusters
7275

@@ -108,9 +111,6 @@ automatically configured for you, so there's no first-time setup to do.
108111
[Docker Desktop](docker-desktop-url) includes a standalone Kubernetes server and
109112
client, which can be used to run Coder.
110113

111-
> Note: While this option does support [SSH access](../../workspaces/ssh) to
112-
> workspaces, you must not have an existing SSH server running on port 22.
113-
114114
1. Follow [Docker's docs](docker-k8s-docs) to enable the Kubernetes cluster
115115
1. Ensure Docker has enough resources allocated to meet
116116
[Coder's requirements](https://coder.com/docs/coder/v1.20/setup/requirements)

0 commit comments

Comments
 (0)