MCPcopy Create free account
hub / github.com/linuxkit/linuxkit / Load

Method Load

src/cmd/linuxkit/pkglib/dockerimpl.go:765–768  ·  view source on GitHub ↗
(src io.Reader)

Source from the content-addressed store, hash-verified

763}
764
765func (dr *dockerRunnerImpl) Load(src io.Reader) error {
766 args := []string{"image", "load"}
767 return dr.command(src, nil, nil, args...)
768}
769
770func (dr *dockerRunnerImpl) copyFilesToContainer(containerID string, files map[string][]byte) error {
771 var buf bytes.Buffer

Callers

nothing calls this directly

Calls 1

commandMethod · 0.95

Tested by

no test coverage detected