# 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 ```