containerd/cmd/containerd-shim/exec.go
Michael Crosby d5d2e586cd Refactor shim terminal and io handling
This also finishes the service implementation of the shim behind GRPC

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
2017-01-26 11:31:17 -08:00

5 lines
104 B
Go

package main
func newExecProcess(id, bundle, runtimeName string) (process, error) {
return nil, nil
}