package
4.3.0-rc.1
Repository: https://github.com/sylabs/singularity.git
Documentation: pkg.go.dev

# Functions

ParseBindPath parses a string specifying one or more (comma separated) bind paths in src[:dst[:options]] format, and returns all encountered bind paths as a slice.
ParseDataBindPath parses a single data container bind spec in <src_sif>:<dest> format into an image bind specification, with image-src=/.
ParseMountString converts a --mount string into one or more BindPath structs.

# Structs

Option represents a bind option with its associated value if any.
Path stores a parsed bind path specification.