Documentation
¶
Index ¶
- type Client
- func (cl *Client) BuildImage(path string, Dockerfile string, name string) error
- func (cl *Client) BuildLocalImage(Dockerfile string) string
- func (cl *Client) IsImageAvailable(imageName string) bool
- func (cl *Client) PullImage(imageName string) error
- func (cl *Client) RunImage(imageName string) string
- func (cl *Client) RunImageWatch(imageName string) string
- func (cl *Client) RunImageWithCommand(imageName string, command string) string
- func (cl *Client) SetBasePath(path string)
- func (cl *Client) SetFileName(fileName string)
- func (cl *Client) SetTexFile(texName string)
- type DockerMessage
- type ErrorDetail
- type ErrorLine
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) BuildImage ¶
func (*Client) BuildLocalImage ¶
func (*Client) IsImageAvailable ¶
func (*Client) RunImageWatch ¶
func (*Client) RunImageWithCommand ¶
func (*Client) SetBasePath ¶
func (*Client) SetFileName ¶
func (*Client) SetTexFile ¶
type DockerMessage ¶
type DockerMessage struct {
Message string `json:"stream"`
}
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.