Re: [Simple-evcorr-users] Public Docker image for SEC

2019-12-16 Thread Risto Vaarandi
hi Andres, Added separate log feature. Write actions are written to container standard > output. SEC logs are written to `/app/logs/sec.log`. To manage SEC logs > then mount directory to host system `-v logs:/app/logs`. Probably log > rotation can be done on the host machine side. > In order to p

Re: [Simple-evcorr-users] Public Docker image for SEC

2019-12-16 Thread Andres Pihlak
Added separate log feature. Write actions are written to container standard output. SEC logs are written to `/app/logs/sec.log`. To manage SEC logs then mount directory to host system `-v logs:/app/logs`. Probably log rotation can be done on the host machine side. In my usecase docker has been rea

Re: [Simple-evcorr-users] Public Docker image for SEC

2019-12-16 Thread Risto Vaarandi
hi Andres, so far, official sec distribution has not had a docker image, since sec is packaged for common linux and bsd distributions, and it doesn't have many dependencies (just standard perl is needed without any exotic modules). That has made sec very easy to deploy. I had a quick look into the

Re: [Simple-evcorr-users] Public Docker image for SEC

2019-12-16 Thread Alberto Corton Padilla
Hi, Just curious. Are you making available the logs inside the container as a volume (bind mount) or are you reading log files already inside the container? Also, are you using log rotation? Regards, El 16/12/19 a las 11:39, Andres Pihlak escribió: Hello, I had a need for SEC docker container

[Simple-evcorr-users] Public Docker image for SEC

2019-12-16 Thread Andres Pihlak
Hello, I had a need for SEC docker container because it makes life much easier. Unfortunately, there isn't public image for that so I created it myself. Furthermore, I added CI pipeline to build those docker images. Repository is here: https://github.com/apihlak/SEC. Is there plan to add official