Versions in this module Expand all Collapse all v1 v1.5.2 Apr 22, 2026 Changes in this version + type ContainerEngine string + const ContainerEngineDocker + const ContainerEnginePodman + const ContainerEngineUnknown + type Probe interface + DetectContainerEngine func() (ContainerEngine, error) + InspectContainer func(containerEngine ContainerEngine) error + RunContainer func(containerEngine ContainerEngine) error + func NewProbe() Probe