File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -119,10 +119,11 @@ The SSH session container is labelled with `flowmesh.ssh.task_id` and
119119` flowmesh.ssh.worker_id ` so the server can clean it up if the worker
120120container is stopped externally.
121121
122- At startup the worker probes Docker reachability and advertises its ` ssh `
123- capability accordingly, so the dispatcher selects it for SSH tasks only when
124- Docker is actually usable. (The supervisor mounts the Docker socket only when
125- SSH is enabled for the node; see ` ENABLE_SSH_BY_DEFAULT ` below.)
122+ At startup the worker initializes the SSH executor only if the Docker daemon is
123+ reachable, and advertises its ` ssh ` capability accordingly; the dispatcher then
124+ selects it for SSH tasks only when it can actually run them. (The supervisor
125+ mounts the Docker socket only when SSH is enabled for the node; see
126+ ` ENABLE_SSH_BY_DEFAULT ` below.)
126127
127128Relevant env vars for SSH tasks:
128129
You can’t perform that action at this time.
0 commit comments