Commit 5fdd77e
committed
feat(exec): allow cocoon vm exec on Windows guests
cocoon-agent v0.1.2 ships with Windows SCM service mode + AF_VSOCK +
viosock support, so the historical "not yet available on Windows"
guard no longer reflects reality. Drop it; the same `dialHybridVsock`
+ `client.Run` flow already handles Windows guests with no further
changes.
Validated on `35.240.182.52` against a 4-deep clone chain:
cocoon vm exec win-c{1,2,3} -- powershell -NoProfile -Command ...
works on every clone — the vsock path stays up even while the NIC is
mid-hot-rebind on `--on-demand` clone3 (issue#28 NDIS-stuck symptom),
which makes vsock exec the only host-side control channel that
survives clone resume independent of guest networking.1 parent be35341 commit 5fdd77e
1 file changed
Lines changed: 0 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | 56 | | |
60 | 57 | | |
61 | 58 | | |
| |||
0 commit comments