containerd/runtime
HuKeping ca7c504068 Bugfix: ctr container list can not get the proper status of container
Prior to this patch, when list containers by "ctr containers" or
"ctr containers xxx", it will not get the proper status of conatinser(s).

That was caused by the wrong implementation of State() for structure process,
it only send a signal "0" to ping the "init" process and do nothing.

Since the OCI/runc has implemented an interface Status(), we can use that.
And I think this is more compatible with the design for containerd:
- containerd -> runtime -> fun()

Signed-off-by: Hu Keping <hukeping@huawei.com>
2016-04-26 07:04:26 -04:00
..
container.go Interface: introduce status to runtime container 2016-04-22 16:09:50 -04:00
container_linux.go Bugfix: ctr container list can not get the proper status of container 2016-04-26 07:04:26 -04:00
container_windows.go Interface: introduce status to runtime container 2016-04-22 16:09:50 -04:00
process.go Retry on pidfile read error 2016-03-18 09:22:13 -07:00
process_linux.go Add no pivot root support 2016-03-30 21:52:15 -07:00
process_windows.go runtime compiles on Windows 2016-02-26 14:01:06 -08:00
runtime.go let user to specify the shim name or path 2016-04-06 14:42:47 +08:00
runtime_linux.go runtime compiles on Windows 2016-02-26 14:01:06 -08:00
runtime_windows.go runtime compiles on Windows 2016-02-26 14:01:06 -08:00