MCPcopy
hub / github.com/containerd/containerd / Exec

Method Exec

client/task.go:199–199  ·  view source on GitHub ↗

Exec creates a new process inside the task

(context.Context, string, *specs.Process, cio.Creator)

Source from the content-addressed store, hash-verified

197 Resume(context.Context) error
198 // Exec creates a new process inside the task
199 Exec(context.Context, string, *specs.Process, cio.Creator) (Process, error)
200 // Pids returns a list of system specific process ids inside the task
201 Pids(context.Context) ([]ProcessInfo, error)
202 // Checkpoint serializes the runtime and memory information of a task into an

Calls

no outgoing calls

Tested by 10

TestContainerExecFunction · 0.76
TestWaitStoppedProcessFunction · 0.76
TestProcessForceDeleteFunction · 0.76
TestIssue10589Function · 0.76