Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewDockerClient ¶
func NewDockerClient() (_type.ContainerClient, error)
Types ¶
type Client ¶
type Client struct {
Ctx context.Context
Client client.CommonAPIClient
}
func (*Client) CommitImageFromSelf ¶
func (*Client) PushImageFromSelf ¶
type ErrorDetail ¶
type ErrorDetail struct {
Message string `json:"message"`
}
type ErrorLine ¶
type ErrorLine struct {
Error string `json:"error"`
ErrorDetail ErrorDetail `json:"errorDetail"`
}
Click to show internal directories.
Click to hide internal directories.