package
3.8.7+incompatible
Repository: https://github.com/hpcng/singularity.git
Documentation: pkg.go.dev
# Functions
Exec executes the starter binary in place of the caller if there is no error.
LoadOverlayModule sets LOAD_OVERLAY_MODULE environment variable which tell starter to load overlay kernel module.
Run executes the starter binary and returns once starter finished its execution.
UseSuid sets if the starter command uses either the setuid binary or the unprivileged binary.
WithStderr allows to pass a custom error stream to starter command.
WithStdin allows to pass a custom input stream to starter command.
WithStdout allows to pass a custom output stream to starter command.
# Type aliases
CommandOp represents a function type passed to Exec/Run allowing to customize the starter command execution.