containerd/pkg
Akshat Kumar 7a9fbec5fb Add logging binary support when terminal is true
Currently the shims only support starting the logging binary process if the
io.Creator Config does not specify Terminal: true. This means that the program
using containerd will only be able to specify FIFO io when Terminal: true,
rather than allowing the shim to fork the logging binary process. Hence,
containerd consumers face an inconsistent behavior regarding logging binary
management depending on the Terminal option.

Allowing the shim to fork the logging binary process will introduce consistency
between the running container and the logging process. Otherwise, the logging
process may die if its parent process dies whereas the container will keep
running, resulting in the loss of container logs.

Signed-off-by: Akshat Kumar <kshtku@amazon.com>
2020-08-25 17:28:29 -07:00
..
dialer Unify dialer implementations 2020-02-26 23:29:04 +02:00
oom cgroup2: implement containerd.events.TaskOOM event 2020-06-01 14:00:13 +09:00
process Add logging binary support when terminal is true 2020-08-25 17:28:29 -07:00
progress Fix linter errors 2019-07-14 20:49:40 -07:00
seed Seed random on ctr and containerd startup 2018-07-12 17:51:55 -07:00
stdio Add logging binary support when terminal is true 2020-08-25 17:28:29 -07:00
testutil vendor: update gotest.tools v3.0.2 2020-02-28 17:47:20 +01:00
timeout Allow timeouts to be configured in config 2019-08-13 17:36:32 +00:00
ttrpcutil fix dial error when clean up a dead shim 2020-03-12 10:57:55 +08:00