You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Jeffrey Paul 035af35d33 think this might work, time to begin testing 4 years ago
root/etc think this might work, time to begin testing 4 years ago
.drone.yml think this might work, time to begin testing 4 years ago
Dockerfile think this might work, time to begin testing 4 years ago
Makefile think this might work, time to begin testing 4 years ago
README.md think this might work, time to begin testing 4 years ago
run.sh think this might work, time to begin testing 4 years ago

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