Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContainerGUI ¶
ContainerGUI contains the container information which is needed to display in the GUI containers dialog, it gets sent to the GUI over GRPC.
type Containers ¶
type Containers struct {
// contains filtered or unexported fields
}
Containers is a wrapper around the docker client and provides helper methods for fetching containers & procs running in docker.
func NewContainers ¶
func NewContainers(filterCmd string) *Containers
func (*Containers) GetAllContainers ¶
func (c *Containers) GetAllContainers() ([]ContainerGUI, error)
GetAllContainers returns all containers running on the machine
func (*Containers) GetContainersToIntercept ¶
func (c *Containers) GetContainersToIntercept() map[string]Container
func (*Containers) GetProcsToIntercept ¶
func (c *Containers) GetProcsToIntercept() map[uint32]Proc
func (*Containers) SetContainers ¶
func (c *Containers) SetContainers(containerIDs []string)
Click to show internal directories.
Click to hide internal directories.