Documentation
¶
Index ¶
- func GetCurrentEndpoint(dockerCli command.Cli) (string, error)
- func GetDockerEndpoint(dockerCli command.Cli, name string) (*docker.EndpointMeta, error)
- func HasOCIImporter(info system.Info) bool
- func PullProgressFromReader(l progress.SubLogger, rc io.Reader) error
- type Client
- type ClientAPI
- type Feature
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
func HasOCIImporter ¶ added in v0.37.0
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.