moby--moby/contrib
Nalin Dahyabhai e611a189cb Add log reading to the journald log driver
If a logdriver doesn't register a callback function to validate log
options, it won't be usable.  Fix the journald driver by adding a dummy
validator.

Teach the client and the daemon's "logs" logic that the server can also
supply "logs" data via the "journald" driver.  Update documentation and
tests that depend on error messages.

Add support for reading log data from the systemd journal to the
journald log driver.  The internal logic uses a goroutine to scan the
journal for matching entries after any specified cutoff time, formats
the messages from those entries as JSONLog messages, and stuffs the
results down a pipe whose reading end we hand back to the caller.

If we are missing any of the 'linux', 'cgo', or 'journald' build tags,
however, we don't implement a reader, so the 'logs' endpoint will still
return an error.

Make the necessary changes to the build setup to ensure that support for
reading container logs from the systemd journal is built.

Rename the Jmap member of the journald logdriver's struct to "vars" to
make it non-public, and to make it easier to tell that it's just there
to hold additional variable values that we want journald to record along
with log data that we're sending to it.

In the client, don't assume that we know which logdrivers the server
implements, and remove the check that looks at the server.  It's
redundant because the server already knows, and the check also makes
using older clients with newer servers (which may have new logdrivers in
them) unnecessarily hard.

When we try to "logs" and have to report that the container's logdriver
doesn't support reading, send the error message through the
might-be-a-multiplexer so that clients which are expecting multiplexed
data will be able to properly display the error, instead of tripping
over the data and printing a less helpful "Unrecognized input header"
error.

Signed-off-by: Nalin Dahyabhai <nalin@redhat.com> (github: nalind)
2015-09-11 16:50:03 -04:00
..
apparmor
builder Add log reading to the journald log driver 2015-09-11 16:50:03 -04:00
completion Signal to stop a container. 2015-09-10 19:56:05 -04:00
desktop-integration
docker-device-tool
docker-engine-selinux add selinux-policy and docker-engine-selinux rpm 2015-08-28 17:54:04 -07:00
host-integration
httpserver
init Fix OpenRC init script 2015-08-25 12:02:01 -05:00
mkimage
reprepro fix release branch in suites.sh 2015-09-03 15:48:02 -07:00
syntax Add `STOPSIGNAL` instruction to dockerfiles. 2015-09-10 19:56:05 -04:00
udev
vagrant-docker Change all docker -d to docker daemon 2015-08-10 20:48:08 +08:00
README
REVIEWERS
check-config.sh Add CONFIG_BLK_DEV_THROTTLING to check-config.sh 2015-08-19 15:11:04 +08:00
dockerize-disk.sh
download-frozen-image.sh
mkimage-alpine.sh
mkimage-arch-pacman.conf
mkimage-arch.sh
mkimage-busybox.sh
mkimage-crux.sh
mkimage-debootstrap.sh
mkimage-rinse.sh
mkimage-yum.sh
mkimage.sh
mkseccomp.pl
mkseccomp.sample typofix - https://github.com/vlajos/misspell_fixer 2015-08-07 23:25:49 +01:00
nuke-graph-directory.sh Fix nuke script to remove from end of path 2015-09-09 15:34:05 -07:00
project-stats.sh
report-issue.sh

README

The `contrib` directory contains scripts, images, and other helpful things
which are not part of the core docker distribution. Please note that they
could be out of date, since they do not receive the same attention as the
rest of the repository.