spiegel_podman/libpod/define
Matthew Heon 0e171b7b33 Do not share container log driver for exec
When the container uses journald logging, we don't want to
automatically use the same driver for its exec sessions. If we do
we will pollute the journal (particularly in the case of
healthchecks) with large amounts of undesired logs. Instead,
force exec sessions logs to file for now; we can add a log-driver
flag later (we'll probably want to add a `podman logs` command
that reads exec session logs at the same time).

As part of this, add support for the new 'none' logs driver in
Conmon. It will be the default log driver for exec sessions, and
can be optionally selected for containers.

Great thanks to Joe Gooch (mrwizard@dok.org) for adding support
to Conmon for a null log driver, and wiring it in here.

Fixes #6555

Signed-off-by: Matthew Heon <matthew.heon@pm.me>
2020-06-17 11:11:46 -04:00
..
annotations.go add {generate,play} kube 2020-05-06 17:08:22 +02:00
config.go Do not share container log driver for exec 2020-06-17 11:11:46 -04:00
container_inspect.go Fix bug where pods would unintentionally share cgroupns 2020-05-08 18:00:42 -04:00
containerstate.go v2 podman stats 2020-05-05 08:46:51 -05:00
ctr_inspect.go Add basic structure of output for APIv2 pod inspect 2020-04-15 17:21:00 -04:00
errors.go Do not share container log driver for exec 2020-06-17 11:11:46 -04:00
exec_codes.go Revert "Exec: use ErrorConmonRead" 2020-03-09 09:50:40 -04:00
healthchecks.go Fix remote integration for healthchecks 2020-05-20 14:43:01 -05:00
info.go Turn on More linters 2020-06-15 07:05:56 -04:00
pod_inspect.go pod config: add a CreateCommand field 2020-06-11 11:01:13 +02:00
podstate.go APIv2 review corrections #3 2020-01-25 15:09:09 -06:00
runtime.go Add support for containers.conf 2020-03-27 14:36:03 -04:00
version.go podman version --format ... was not working 2020-05-21 16:31:34 -04:00