datalust / seq-tickets

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

`datalust/seq` image has non-working `seqcli` on `PATH` #2302

Closed nblumhardt closed 4 weeks ago

nblumhardt commented 4 weeks ago

Running seqcli from the Seq server container errors out:

docker exec -it local-seq seqcli
# The application to execute does not exist: '/usr/bin/seqcli.dll'.

The binary has to be run from /seqsvr/Client/seqcli, which is where the real binary resides.

The issue is that /usr/bin/seqcli has been created as a hard link, when it instead should be soft (ln -s ...).

Originally posted by @richard-stafflink in https://github.com/datalust/seq-tickets/discussions/2293