docker

package module
v0.0.0-...-b1cb751 Latest Latest
Warning

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

Go to latest
Published: Dec 10, 2024 License: MIT Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Actions

type Actions struct {
	Options []client.Opt
}

func (Actions) BuildPush

func (a Actions) BuildPush(buildContextDir, dockerfile string, tags []string, user, auth string, clean bool) error

func (Actions) Cli

func (a Actions) Cli() (*client.Client, error)

func (Actions) ImageBuild

func (a Actions) ImageBuild(buildContextDir, dockerfile string, tags []string) error

func (Actions) ImagePush

func (a Actions) ImagePush(images, user, auth string, clean bool) error

func (Actions) Ping

func (a Actions) Ping() (types.Ping, error)

type Response

type Response struct {
	Stream string `json:"stream,omitempty"`
	Error  string `json:"error,omitempty"`
}

Jump to

Keyboard shortcuts

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