syslog logging driver for Docker

This post will illustrate how to use the new syslog logging driver for Docker, along with some notes on using docker-machine. The first thing to be clear on is the syslog logging driver enables you to relay the log messages written to stdout/stderr within a container, to syslog service on the host machine. For this example I am going to do this for an agent of the buildkite continuous integration (CI) service running inside a Docker container....

May 3, 2015 3 min