mirror of
https://github.com/containers/podman.git
synced 2025-06-26 04:46:57 +08:00
logging: new mode -l passthrough
it allows to pass the current std streams down to the container. conmon support: https://github.com/containers/conmon/pull/289 [NO TESTS NEEDED] it needs a new conmon. Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
@ -78,6 +78,9 @@ const JSONLogging = "json-file"
|
||||
// NoLogging is the string conmon expects when specifying to use no log driver whatsoever
|
||||
const NoLogging = "none"
|
||||
|
||||
// PassthroughLogging is the string conmon expects when specifying to use the passthrough driver
|
||||
const PassthroughLogging = "passthrough"
|
||||
|
||||
// Strings used for --sdnotify option to podman
|
||||
const (
|
||||
SdNotifyModeContainer = "container"
|
||||
|
Reference in New Issue
Block a user