MCPcopy
hub / github.com/apptainer/apptainer / Create

Method Create

pkg/ocibundle/bundle.go:18–18  ·  view source on GitHub ↗
(*specs.Spec)

Source from the content-addressed store, hash-verified

16// Bundle defines an OCI bundle interface to create/delete OCI bundles
17type Bundle interface {
18 Create(*specs.Spec) error
19 Delete() error
20}

Callers 9

TestFromSifFunction · 0.65
SavePublicPEMFunction · 0.65
SavePrivatePEMFunction · 0.65
checkpoint.goFile · 0.65
mainFunction · 0.65
apptainerInspectMethod · 0.65
SetupDefaultConfigFunction · 0.65
testShareNSModeMethod · 0.65
testPullCmdMethod · 0.65

Implementers 2

sifBundlepkg/ocibundle/sif/bundle_linux.go
checkpointManagerinternal/pkg/checkpoint/dmtcp/checkpoi

Calls

no outgoing calls

Tested by 1

TestFromSifFunction · 0.52