Go to file
Jeffrey Paul 545cb33247
continuous-integration/drone/push Build is passing Details
kick off ci
2020-03-03 04:56:47 -08:00
root/etc think this might work, time to begin testing 2020-03-03 04:46:25 -08:00
.drone.yml think this might work, time to begin testing 2020-03-03 04:46:25 -08:00
Dockerfile kick off ci 2020-03-03 04:56:47 -08:00
Makefile think this might work, time to begin testing 2020-03-03 04:46:25 -08:00
README.md think this might work, time to begin testing 2020-03-03 04:46:25 -08:00
run.sh kick off ci 2020-03-03 04:56:47 -08:00

README.md

sneak/logwriter

Container to run logspout + rsyslog and ingest docker logs and write them to disk as json.

example

docker \
    run \
    -d \
    --restart-policy=unless-stopped \
    -v /srv/z/logarchive:/var/logs \
    -v /var/run/docker.sock:/var/run.docker.sock \
    sneak/logwriter