MCPcopy Index your code
hub / github.com/containerd/containerd / ExecSync

Method ExecSync

integration/remote/remote_runtime.go:190–192  ·  view source on GitHub ↗
(containerID string, cmd []string, timeout time.Duration, _ ...grpc.CallOption)

Source from the content-addressed store, hash-verified

188}
189
190func (r *RuntimeService) ExecSync(containerID string, cmd []string, timeout time.Duration, _ ...grpc.CallOption) ([]byte, []byte, error) {
191 return r.runtimeService.ExecSync(context.Background(), containerID, cmd, timeout)
192}
193
194func (r *RuntimeService) Exec(req *runtimeapi.ExecRequest, _ ...grpc.CallOption) (*runtimeapi.ExecResponse, error) {
195 return r.runtimeService.Exec(context.Background(), req)

Callers 13

TestUsernsVolumeCopyUpFunction · 0.45
TestVolumeCopyUpFunction · 0.45
TestVolumeOwnershipFunction · 0.45
execToExistingContainerFunction · 0.45
checkLoopbackResultFunction · 0.45
TestImageVolumeBasicFunction · 0.45

Calls

no outgoing calls

Tested by 13

TestUsernsVolumeCopyUpFunction · 0.36
TestVolumeCopyUpFunction · 0.36
TestVolumeOwnershipFunction · 0.36
execToExistingContainerFunction · 0.36
checkLoopbackResultFunction · 0.36
TestImageVolumeBasicFunction · 0.36