containerd/runtime
Michael Crosby 6cf031e1e4 Pass ttrpc address to shim via env
Because of the way go handles flags, passing a flag that is not defined
will cause an error. In our case, if we kept this as a flag, then
third-party shims would break when they see this new flag.  To fix this,
I moved this new configuration option to an env var.  We should use env
vars from here on out to avoid breaking shim compat.

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
2019-08-22 20:37:49 +00:00
..
linux/runctypes Regenerate protobufs 2019-04-03 23:41:15 +02:00
restart Cleanup workdirs on manager load 2018-07-30 10:21:04 -04:00
v1 Merge pull request #3559 from fuweid/avoid-read-config 2019-08-20 13:08:55 -04:00
v2 Pass ttrpc address to shim via env 2019-08-22 20:37:49 +00:00
events.go Licence header added 2018-02-19 10:32:26 +09:00
monitor.go Licence header added 2018-02-19 10:32:26 +09:00
runtime.go runtime: add Add/Delete method in PlatformRuntime interface 2018-12-29 13:56:38 +08:00
task_list.go Runtime v2 2018-07-17 10:21:29 -04:00
task.go Fast path getting pid from task 2019-07-26 17:48:00 +00:00
typeurl.go Licence header added 2018-02-19 10:32:26 +09:00