docker

package
v0.0.0-...-a24e4be Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 12, 2024 License: GPL-3.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ContainerApp

type ContainerApp struct {
	ID    string
	Name  string
	Host  string
	Ports []ContainerPort
}

type ContainerPort

type ContainerPort struct {
	Type        string
	Port        uint16
	PrivatePort uint16
}

type DockerClient

type DockerClient struct {
	// contains filtered or unexported fields
}

func NewDockerClient

func NewDockerClient() *DockerClient

func (*DockerClient) Close

func (c *DockerClient) Close()

func (*DockerClient) List

func (c *DockerClient) List() []ContainerApp

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL