Yet another alpine container for Ekanite.
Ekanite data is stored to /data
. You will want to persist this directory.
The default Ekanite ports are used:
5514
: tcp syslog5514/udp
: udp syslog8080
: web UI9950
: telnet9951
: diagnostics
docker run \
-v $PWD/data:/data \
-p 8080:8080 \
-p 5514:5514 \
-p 5514:5514/udp \
maloneweb/alpine-ekanited