containerd/api/grpc/server
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
..
server.go Bugfix: ctr container list can not get the proper status of container 2016-04-26 07:04:26 -04:00
server_linux.go api: grpc: add Limit to PidsStats 2016-04-05 01:47:32 +10:00
server_windows.go Getting ctr closer to compiling on Windows 2016-02-29 12:42:30 -08:00