Documentation
¶
Index ¶
- type Client
- func (c *Client) Connect() error
- func (c *Client) CreateContainer(s *specgen.SpecGenerator) (string, error)
- func (c *Client) PullImage(rawImage string) error
- func (c *Client) RemoveContainer(containerId string) error
- func (c *Client) StartContainer(containerId string) error
- func (c *Client) StopContainer(containerId string) error
- func (c *Client) WaitContainer(containerId string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) CreateContainer ¶
func (c *Client) CreateContainer(s *specgen.SpecGenerator) (string, error)
func (*Client) RemoveContainer ¶
func (*Client) StartContainer ¶
func (*Client) StopContainer ¶
func (*Client) WaitContainer ¶
Click to show internal directories.
Click to hide internal directories.