containerd/cmd/containerd
Kevin Parsons 1c7eab1979 Allocate a conhost during Windows service startup
Creating a console for containerd causes it to be inherited by any child
processes, which gives us performance and reliability improvements. See
comment in code for more information.

Another option considered here would be to invoke each child process
with the DETACHED_PROCESS flag. This would save us the containerd
console allocation. The difficulty of this approach would be ensuring
that all process invocation points have had this flag added, and that
any future invocations also use the flag.

Signed-off-by: Kevin Parsons <kevpar@microsoft.com>
2019-07-24 17:50:24 -07:00
..
command Allocate a conhost during Windows service startup 2019-07-24 17:50:24 -07:00
builtins_btrfs_linux.go Licence header added 2018-02-19 10:32:26 +09:00
builtins_cri_linux.go Add cri subcommand and add ctr/command package 2018-03-14 01:11:29 +00:00
builtins_devmapper_linux.go devmapper: add no_devmapper build tag 2019-03-07 10:53:19 -08:00
builtins_linux.go devmapper: add no_devmapper build tag 2019-03-07 10:53:19 -08:00
builtins_unix.go enable native (formerly naive) snapshotter by default 2018-04-02 13:29:19 +09:00
builtins_windows.go Remove windows v1 runtime 2019-07-23 18:54:37 +00:00
builtins.go Add install support for binary images 2018-08-02 17:11:29 -04:00
main.go Seed random on ctr and containerd startup 2018-07-12 17:51:55 -07:00