Documentation ¶
Overview ¶
Package docker_inst/client.go was generated by codegen, do not modify it
Index ¶
- func CreateTag()
- func Init()
- func ListContainerFullIds() ([]string, error)
- func ListContainerIds() ([]string, error)
- func ListContainerNames() ([]string, error)
- func ListContainers() ([]types.Container, error)
- func PullImage()
- func PushImage()
- 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 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.