Documentation
¶
Index ¶
- 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
- type CreateContainerOptions
- type ListContainersFilters
- type PortMapping
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateContainer ¶
func CreateContainer(options CreateContainerOptions) (string, error)
Types ¶
type Container ¶
func ListContainers ¶
func ListContainers(filters ListContainersFilters) ([]Container, error)
type CreateContainerOptions ¶
type ListContainersFilters ¶
type ListContainersFilters struct {
// container runs one of these images (excluding tags)
Images []string
}
type PortMapping ¶
Click to show internal directories.
Click to hide internal directories.