dockersdk

package
v0.0.0-...-47d5559 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 17, 2022 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

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 NewDocker

func NewDocker() (*Docker, error)

func (*Docker) Dockerfile

func (d *Docker) Dockerfile(file string) *Docker

func (*Docker) Image

func (d *Docker) Image(image string) *Docker

func (*Docker) ImageBuild

func (d *Docker) ImageBuild() error

func (*Docker) Platform

func (d *Docker) Platform(platform string) *Docker

func (*Docker) Push

func (d *Docker) Push() error

func (*Docker) Tar

func (d *Docker) Tar(dir string) *Docker

dopt/

func (*Docker) Version

func (d *Docker) Version(version string) *Docker

type ErrorDetail

type ErrorDetail struct {
	Message string `json:"message"`
}

type ErrorLine

type ErrorLine struct {
	Error       string      `json:"error"`
	ErrorDetail ErrorDetail `json:"errorDetail"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL