MCPcopy
hub / github.com/apptainer/apptainer / EngineOperations

Struct EngineOperations

internal/pkg/runtime/engine/apptainer/engine_linux.go:24–27  ·  view source on GitHub ↗

EngineOperations is an Apptainer runtime engine that implements engine.Operations. Basically, this is the core of `apptainer run/exec/shell/instance` commands.

Source from the content-addressed store, hash-verified

22// EngineOperations is an Apptainer runtime engine that implements engine.Operations.
23// Basically, this is the core of `apptainer run/exec/shell/instance` commands.
24type EngineOperations struct {
25 CommonConfig *config.Common `json:"-"`
26 EngineConfig *apptainerConfig.EngineConfig `json:"engineConfig"`
27}
28
29// InitConfig stores the parsed config.Common inside the engine.
30// If privStageOne is true, re-parse the configuration file

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected