containerd/linux/shim
Michael Crosby 967497097a Add procesStates for shim processes
Use the state pattern to handle process transitions from one state to
another and what actions can be performed on a process in a specific
state.

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
2017-08-25 14:03:55 -04:00
..
v1 Add ExitedAt to process proto definition 2017-08-21 08:18:02 -07:00
client_linux.go Add ShimCgroup path for placing shim in cgroup 2017-07-27 15:25:27 -04:00
client_unix.go Add ShimCgroup path for placing shim in cgroup 2017-07-27 15:25:27 -04:00
client.go Revert "Wait for client side copy goroutines to start" 2017-08-18 16:20:02 -04:00
deleted_state.go Add procesStates for shim processes 2017-08-25 14:03:55 -04:00
exec_state.go Add procesStates for shim processes 2017-08-25 14:03:55 -04:00
exec.go Add procesStates for shim processes 2017-08-25 14:03:55 -04:00
init_state.go Add procesStates for shim processes 2017-08-25 14:03:55 -04:00
init.go Add procesStates for shim processes 2017-08-25 14:03:55 -04: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 Add create/start to exec processes in shim 2017-08-02 13:50:08 -04:00
process.go Add procesStates for shim processes 2017-08-25 14:03:55 -04:00
service_linux.go use epoll to manage console i/o in linux 2017-07-30 10:50:39 +01:00
service_unix.go use epoll to manage console i/o in linux 2017-07-30 10:50:39 +01:00
service.go Add ExitedAt to process proto definition 2017-08-21 08:18:02 -07:00
utils.go Add procesStates for shim processes 2017-08-25 14:03:55 -04:00