datalust / seq-tickets

Issues, design discussions and feature roadmap for the Seq log server
https://datalust.co/seq
98 stars 5 forks source link

Linking seqcli in Docker to /bin/seqcli breaks path-based invocation #2294

Closed KodrAus closed 3 weeks ago

KodrAus commented 1 month ago

The Docker container puts seqcli on the path by linking it to /bin/seqcli, but since it's a .NET executable it then tries to find seqcli.dll alongside it, which doesn't in /bin.

Instead of linking the binary to /bin, we should just include the /seqsvr/Client directory on the path.

KodrAus commented 3 weeks ago

Duplicate of #2302 This is fixed in the current milestone