Versions in this module Expand all Collapse all v1 v1.0.1 Oct 29, 2025 v1.0.0 Oct 27, 2025 Changes in this version + func GetSupabaseStatus() (map[string]int, error) + func IsDockerAvailable() bool + type DockerService struct + ContainerID string + Name string + Ports []PortMapping + func GetRunningContainers() ([]DockerService, error) + func ParseDockerPS(output string) ([]DockerService, error) + type PortMapping struct + ContainerPort int + HostPort int + Protocol string