Documentation
¶
Index ¶
- type Docker
- func (d *Docker) Dockerfile(file string) *Docker
- func (d *Docker) Image(image string) *Docker
- func (d *Docker) ImageBuild() error
- func (d *Docker) Platform(platform string) *Docker
- func (d *Docker) Push() error
- func (d *Docker) Tar(dir string) *Docker
- func (d *Docker) Version(version string) *Docker
- type ErrorDetail
- type ErrorLine
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Docker ¶
type Docker struct {
// contains filtered or unexported fields
}
func (*Docker) Dockerfile ¶
func (*Docker) ImageBuild ¶
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.