From b6741478e7661c7e580e5dcfd6a6fccd1899c1d0 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 11 Dec 2013 22:04:03 +0100 Subject: journal: add ability to browse journals of running OS containers This adds the new library call sd_journal_open_container() and a new "-M" switch to journalctl. Particular care is taken that journalctl's "-b" switch resolves to the current boot ID of the container, not the host. --- man/journalctl.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'man/journalctl.xml') diff --git a/man/journalctl.xml b/man/journalctl.xml index 011fea2800..952b37c531 100644 --- a/man/journalctl.xml +++ b/man/journalctl.xml @@ -647,6 +647,16 @@ + + + + + Show messages from a + running, local container. Specify a + container name to connect + to. + + -- cgit v1.2.3-54-g00ecf