Files
docker-cli/components/engine/daemon
Nalin Dahyabhai 006622c38a Try to handle changing names for journal packages
When checking if we have the development files for libsystemd's journal
APIs, check for either 'libsystemd >= 209' and 'libsystemd-journal'.  If
we find 'libsystemd', define the 'journald' tag, which defaults to using
the 'libsystemd.pc' file.  If we find the older 'libsystemd-journal',
define both the 'journald' and 'journald_compat' tags, which causes the
'libsystemd-journal.pc' file to be consulted instead.

Signed-off-by: Nalin Dahyabhai <nalin@redhat.com> (github: nalind)
Upstream-commit: 6cdc4ba6cd5178037466c50ebe03a7eb111c43b1
Component: engine
2016-02-23 12:24:27 -05:00
..
2016-01-20 12:52:05 +08:00
2016-02-01 09:57:38 -08:00
2016-02-09 14:26:51 -05:00
2016-02-12 17:56:40 -05:00
2016-02-03 15:45:20 +08:00
2016-02-03 10:43:01 -08:00
2015-12-16 11:58:52 -08:00
2016-02-02 21:05:01 -05:00
2016-02-11 15:49:36 -08:00
2016-01-14 08:17:40 +00:00
2016-02-16 11:19:23 -08:00
2016-02-03 15:45:20 +08:00
2016-02-10 13:19:19 -08:00
2016-02-09 14:25:02 -05:00
2016-02-20 17:06:32 +08:00
2016-02-09 14:25:02 -05:00
2016-02-03 15:45:20 +08:00
2016-02-03 15:45:20 +08:00
2016-02-20 17:06:32 +08:00

This directory contains code pertaining to running containers and storing images

Code pertaining to running containers:

  • execdriver

Code pertaining to storing images:

  • graphdriver