containerd/linux/shim
Samuel Ortiz b67398af15 linux: Make containerd less runc specific
We hope that containerd supports any OCI compliant runtime, and not only
runc.
This patch fixes all the error messages to not be completely runc
specific and change the initProcess structure to have its runtime
pointer be called 'runtime' and not 'runc'

Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
2017-07-03 17:45:23 +02:00
..
v1 Implement options for runtime specific settings 2017-06-29 15:32:45 -07:00
client.go containerd-shim: Use abstract namespace for the unix socket 2017-06-23 17:48:08 -07:00
exec.go linux: Make containerd less runc specific 2017-07-03 17:45:23 +02:00
init.go linux: Make containerd less runc specific 2017-07-03 17:45:23 +02:00
io.go Close stdin on create if it wasn't requested and there's no terminal 2017-05-16 14:16:47 -07:00
local.go Change ListProcesses to ListPids 2017-06-28 16:10:41 -07:00
process.go Portability fixes for containerd shim 2017-05-16 17:13:32 +01:00
service.go linux: Make containerd less runc specific 2017-07-03 17:45:23 +02:00