diff options
| author | Bernhard Guillon <Bernhard.Guillon@begu.org> | 2026-07-07 11:49:16 +0200 |
|---|---|---|
| committer | Bernhard Guillon <Bernhard.Guillon@begu.org> | 2026-07-07 11:49:16 +0200 |
| commit | 540d7476fb2a3ec812720158f797a3a916eadeba (patch) | |
| tree | c246f315ff39391a25a8201a5847d7fa349ab543 /.gitignore | |
| parent | c7fc7f7cdfc533b492b13b9a57689441878d1fee (diff) | |
| download | sourcewatch-540d7476fb2a3ec812720158f797a3a916eadeba.tar.gz sourcewatch-540d7476fb2a3ec812720158f797a3a916eadeba.zip | |
Switch from Unix sockets to TCP for Docker Desktop compatibility
Architecture:
- Container acts as TCP server (listens on :5151)
- Windows binary connects as TCP client
- Same protocol: newline-delimited JSON
Usage:
docker run -p 5151:5151 -v C:\src:/host:ro -v data:/data sourcewatch
sourcewatch.exe -dir C:\src -connect localhost:5151
This avoids Docker Desktop's inability to mount Windows Unix sockets
into Linux containers (they become directories instead of files).
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions
