Frontail for ARM architecture.
Created with Dockerfile:
FROM node:lts-alpine3.23
RUN npm i frontail -g
ENTRYPOINT [ "/usr/local/bin/frontail" ]
CMD ["--help"]
Start with:
docker run \
-d -p 9001:9001 \
--name frontail \
--restart always \
-v /var/log:/log \ <-make sure to enter your log directory here
tytur/frontail:2.0 /log/syslog <-enter the log files to be tailed separately by full name, for some reason wildcards don't work (any hints on that are welcome)
Found on https://github.com/mthenw/frontail/issues/168
Thanks to rklueber!
Content type
Image
Digest
sha256:9818a6193…
Size
26.6 MB
Last updated
over 2 years ago
docker pull tytur/frontail