buildah

package
v0.0.0-...-8468296 Latest Latest
Warning

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

Go to latest
Published: Jan 20, 2020 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	TimeoutError = errors.New("Timeout")
)

Functions

This section is empty.

Types

type Client

type Client struct {
	DriverName string
	ExecPath   string
	Args       []string
	Timeout    time.Duration
	GcTimeout  time.Duration
}

func (*Client) Commit

func (b *Client) Commit(containerName, image string, squash bool) error

func (*Client) CreateDockerAuth

func (b *Client) CreateDockerAuth(containerName, dockerConfigJson string) (string, func(), error)

func (*Client) Delete

func (b *Client) Delete(containerName string) error

func (*Client) From

func (b *Client) From(containerName, image, dockerConfigJson string, tlsVerify bool) error

func (*Client) GarbageCollectOnce

func (b *Client) GarbageCollectOnce()

func (*Client) IsContainerExist

func (b *Client) IsContainerExist(containerName string) (bool, error)

func (*Client) Mount

func (b *Client) Mount(containerName string) (string, error)

func (*Client) Push

func (b *Client) Push(containerName, image, dockerConfigJson string, tlsVerify bool) error

func (*Client) Umount

func (b *Client) Umount(containerName string) error

Jump to

Keyboard shortcuts

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