Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetCurrentEndpoint ¶
GetCurrentEndpoint returns the current default endpoint value
func GetDockerEndpoint ¶
GetDockerEndpoint returns docker endpoint meta for given context
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client represents an active docker object.
func (*Client) API ¶
func (c *Client) API(name string) (dockerclient.APIClient, error)
API returns a new docker API client.
type ClientAPI ¶
type ClientAPI struct {
dockerclient.APIClient
}
ClientAPI represents an active docker API object.
Click to show internal directories.
Click to hide internal directories.