MCPcopy
hub / github.com/containerd/containerd / get

Method get

client/container.go:508–510  ·  view source on GitHub ↗
(ctx context.Context)

Source from the content-addressed store, hash-verified

506}
507
508func (c *container) get(ctx context.Context) (containers.Container, error) {
509 return c.client.ContainerService().Get(ctx, c.id)
510}
511
512// get the existing fifo paths from the task information stored by the daemon
513func attachExistingIO(response *tasks.GetResponse, ioAttach cio.Attach) (cio.IO, error) {

Callers 9

InfoMethod · 0.95
ExtensionsMethod · 0.95
LabelsMethod · 0.95
SpecMethod · 0.95
DeleteMethod · 0.95
ImageMethod · 0.95
NewTaskMethod · 0.95
UpdateMethod · 0.95
handleMountsMethod · 0.95

Calls 2

ContainerServiceMethod · 0.80
GetMethod · 0.65

Tested by

no test coverage detected