package
1.7.7
Repository: https://github.com/containerd/nerdctl.git
Documentation: pkg.go.dev

# Functions

ConvertKVStringsToMap is from https://github.com/moby/moby/blob/v20.10.0-rc2/runconfig/opts/parse.go ConvertKVStringsToMap converts ["key=value"] to {"key":"value"}.
No description provided by the author
InStringSlice checks whether a string is inside a string slice.
ParseBoolOrAuto returns (nil, nil) if s is "auto" https://github.com/moby/buildkit/blob/v0.9.1/cmd/buildkitd/config.go#L35-L42.
ParseCSVMap parses a string like "foo=x,bar=y" into a map.
No description provided by the author
SliceToSet converts a slice of strings into a set.
No description provided by the author