docker_inst

package
v1.2.11 Latest Latest
Warning

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

Go to latest
Published: Oct 30, 2024 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Overview

Package docker_inst/client.go was generated by codegen, please fix its package dependency, but do not modify its functionality

global config

global var

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CreateImageTag added in v1.1.3

func CreateImageTag(_string string, _string2 string) (io.ReadCloser, error)

func ExportContainer added in v1.1.4

func ExportContainer(_string string) (io.ReadCloser, error)

func ExportImage added in v1.1.3

func ExportImage(_string string) (io.ReadCloser, error)

func GC added in v1.1.4

func GC(varLenfunc ...util.Func)

func HostImageStorageGC added in v1.1.4

func HostImageStorageGC(varLenhostImageGCFunc ...docker_api.HostImageGCFunc)

func ImportContainer added in v1.1.4

func ImportContainer(_string string) (io.ReadCloser, error)

func ImportImage added in v1.1.3

func ImportImage(_string string, reader io.Reader) (io.ReadCloser, error)

func Init

func Init()

func InspectImage added in v1.1.4

func InspectImage(_string string) (types.ImageInspect, error)

func ListContainerFullIds

func ListContainerFullIds() ([]string, error)

func ListContainerIds

func ListContainerIds() ([]string, error)

func ListContainerNames

func ListContainerNames() ([]string, error)

func ListContainers

func ListContainers() ([]types.Container, error)

func RegistryAuth added in v1.1.4

func RegistryAuth(authConfig *registry.AuthConfig) (string, error)

func WithContext

func WithContext(context context.Context) *docker_api.Client

func WithPage

func WithPage(page *util.Page) *docker_api.Client

func WithRegistryAuth added in v1.1.4

func WithRegistryAuth(authConfig *registry.AuthConfig) *docker_api.Client

Types

type ConfigOption

type ConfigOption struct {
	sync.Once
	// contains filtered or unexported fields
}

func New added in v1.1.5

func New() *ConfigOption

func NewConfig

func NewConfig() *ConfigOption

NewConfig Deprecated, use New instead

func (*ConfigOption) Load

func (o *ConfigOption) Load()

func (*ConfigOption) WithContext

func (o *ConfigOption) WithContext(ctx context.Context) *ConfigOption

func (*ConfigOption) WithHost

func (o *ConfigOption) WithHost(host string) *ConfigOption

func (*ConfigOption) WithVersion

func (o *ConfigOption) WithVersion(version string) *ConfigOption

Jump to

Keyboard shortcuts

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