containerd/ctr
John Howard b044ff0f29 Refactor process.go for platform specific
Signed-off-by: John Howard <jhoward@microsoft.com>

Move process sorter to new file

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>

Sort containers by id

This will not be the most accurate sorting but atleast the list will be
consistent inbetween calls.

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>

Allow runtime to be configurable via daemon start

This allows people to pass an alternate name or location to the runtime
binary to start containers.

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>

Fix state output for containers

Return the proper state/status for a container by checking if the pid is
still alive.  Also fix the cleanup handling in the shim to make sure
containers are not left behind.

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>

Properly wait for container start

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
2016-02-29 10:43:35 -08:00
..
checkpoint.go Implement checkpoint / restore for shim 2016-02-02 16:00:22 -08:00
container.go Refactor process.go for platform specific 2016-02-29 10:43:35 -08:00
events.go add event log and timestamp to events api 2016-02-12 10:17:59 -08:00
main.go Add pid and stdio to process state 2016-02-04 14:40:35 -08:00
Makefile Add basic frame and ctr command line client 2015-12-02 14:41:49 -08:00
sort.go Refactor process.go for platform specific 2016-02-29 10:43:35 -08:00