containerd/runtime/v2/runc
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
..
options Regenerate protobufs 2019-04-03 23:41:15 +02:00
v1 Pass ttrpc address to shim via env 2019-08-22 20:37:49 +00:00
v2 Pass ttrpc address to shim via env 2019-08-22 20:37:49 +00:00
container.go Fix linter errors 2019-07-14 20:49:40 -07:00
platform.go Refactor runtime code for code sharing 2019-07-08 11:47:53 -04:00
util.go Move runc shim code into common package 2019-02-21 10:47:41 -05:00