Versions in this module Expand all Collapse all v0 v0.0.18 Oct 28, 2025 v0.0.17 Oct 20, 2025 Changes in this version + func CreateContainer(options CreateContainerOptions) (string, error) + func GetContainerEnvironmentVariables(id string, prefix *string) (map[string]string, error) + func GetContainerPortMapping(id string, port string, protocol string) (string, error) + type Container struct + ID string + Name string + func ListContainers(filters ListContainersFilters) ([]Container, error) + type CreateContainerOptions struct + Env map[string]string + Image string + TcpPortBindings map[int]int + type ListContainersFilters struct + Images []string + type PortMapping struct + HostIP string + HostPort string