Documentation
¶
Overview ¶
Package docker_inst/client.go was generated by codegen, do not modify it
Index ¶
- func CreateImageTag(_string string, _string2 string) (io.ReadCloser, error)
- func ExportImage(_string string) (io.ReadCloser, error)
- func HostImageGC(hostImageGCFunc docker_api.HostImageGCFunc)
- func ImportImage(_string string, reader io.Reader) (io.ReadCloser, error)
- func Init()
- func ListContainerFullIds() ([]string, error)
- func ListContainerIds() ([]string, error)
- func ListContainerNames() ([]string, error)
- func ListContainers() ([]types.Container, error)
- func WithContext(context context.Context) *docker_api.Client
- func WithPage(page *util.Page) *docker_api.Client
- type ConfigOption
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 ExportImage ¶ added in v1.1.3
func ExportImage(_string string) (io.ReadCloser, error)
func HostImageGC ¶ added in v1.1.3
func HostImageGC(hostImageGCFunc docker_api.HostImageGCFunc)
func ImportImage ¶ added in v1.1.3
func ListContainerFullIds ¶
func ListContainerIds ¶
func ListContainerNames ¶
func ListContainers ¶
func WithContext ¶
func WithContext(context context.Context) *docker_api.Client
Types ¶
type ConfigOption ¶
func NewConfig ¶
func NewConfig() *ConfigOption
func (*ConfigOption) Load ¶
func (o *ConfigOption) Load() *ConfigOption
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
Click to show internal directories.
Click to hide internal directories.