Merge pull request #702 from crosbymichael/attach
Expose Pty resize and CloseStdin RPCs
This commit is contained in:
@@ -112,10 +112,7 @@ func (r *Runtime) Create(ctx context.Context, id string, opts containerd.CreateO
|
||||
os.RemoveAll(path)
|
||||
return nil, err
|
||||
}
|
||||
c := &Container{
|
||||
id: id,
|
||||
shim: s,
|
||||
}
|
||||
c := newContainer(id, s)
|
||||
// after the container is create add it to the monitor
|
||||
if err := r.monitor.Monitor(c); err != nil {
|
||||
return nil, err
|
||||
|
Reference in New Issue
Block a user