Versions in this module Expand all Collapse all v0 v0.7.0 Aug 2, 2026 v0.6.0 Aug 1, 2026 Changes in this version + const AllCapabilities + const AppArmorProfileUnconfined + const NetworkHost + const SeccompProfileDefault + const SeccompProfileUnconfined + var RunFlags = []Flag + func Capability(name string) string + func IsTrue(value string) bool + func NetworkTarget(value string) string + type Arg struct + Flag string + Index int + Value string + func Parse(argv []string) []Arg + type Flag struct + Name string + NoOptDefVal string + Shorthand string + Type string + func (f Flag) TakesValue() bool + type SecurityOpt struct + Key string + Value string + func ParseSecurityOpt(s string) (opt SecurityOpt, ok bool)