Documentation
¶
Index ¶
- type Asuka
- func (a *Asuka) ContainerCreate(cfg *container.Config, host *container.HostConfig, ...) (*string, error)
- func (a *Asuka) ImageList(opt image.ListOptions) (*[]image.Summary, error)
- func (a *Asuka) ImagesBuild(opt types.ImageBuildOptions, src, dockerFile string, ...) error
- func (a *Asuka) ImagesHistory(image string) ([]image.HistoryResponseItem, error)
- func (a *Asuka) ImagesImport(ref string, src image.ImportSource, opt image.ImportOptions, ...) error
- func (a *Asuka) ImagesInspect(image string) (*types.ImageInspect, []byte, error)
- func (a *Asuka) ImagesPull(ref string, opt image.PullOptions, f func(rd io.Reader) error) error
- func (a *Asuka) ImagesPush(image string, opt image.PushOptions, f func(rd io.Reader) error) error
- func (a *Asuka) ImagesRemove(image string, opt image.RemoveOptions) (*[]image.DeleteResponse, error)
- func (a *Asuka) ImagesSave(image []string, f func(rd io.Reader) error) error
- func (a *Asuka) ImagesSearch(keyword string, opt registry.SearchOptions) (*[]registry.SearchResult, error)
- func (a *Asuka) ImagesTag(src, dest string) error
- func (a *Asuka) NetworkConnect(network, container string, opt *network.EndpointSettings) error
- func (a *Asuka) NetworkCreate(name string, opt network.CreateOptions) (*string, error)
- func (a *Asuka) NetworkDisconnect(network, container string, force bool) error
- func (a *Asuka) NetworkInspect(network string, opt network.InspectOptions) (*network.Inspect, []byte, error)
- func (a *Asuka) NetworkList(opt network.ListOptions) (*[]network.Summary, error)
- func (a *Asuka) NetworkRemove(network string) error
- func (a *Asuka) NetworksPrune(filter filters.Args) (*[]string, error)
- func (a *Asuka) Ping() error
- func (a *Asuka) SetAuth(username, password, server string) *Asuka
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Asuka ¶
type Asuka struct {
// contains filtered or unexported fields
}
func (*Asuka) ContainerCreate ¶
func (*Asuka) ImagesBuild ¶
func (*Asuka) ImagesHistory ¶
func (a *Asuka) ImagesHistory(image string) ([]image.HistoryResponseItem, error)
func (*Asuka) ImagesImport ¶
func (a *Asuka) ImagesImport(ref string, src image.ImportSource, opt image.ImportOptions, f func(rd io.Reader) error) error
func (*Asuka) ImagesInspect ¶
func (*Asuka) ImagesPull ¶
func (*Asuka) ImagesPush ¶
func (*Asuka) ImagesRemove ¶
func (a *Asuka) ImagesRemove(image string, opt image.RemoveOptions) (*[]image.DeleteResponse, error)
func (*Asuka) ImagesSave ¶
func (*Asuka) ImagesSearch ¶
func (a *Asuka) ImagesSearch(keyword string, opt registry.SearchOptions) (*[]registry.SearchResult, error)
func (*Asuka) NetworkConnect ¶
func (a *Asuka) NetworkConnect(network, container string, opt *network.EndpointSettings) error
func (*Asuka) NetworkCreate ¶
func (*Asuka) NetworkDisconnect ¶
func (*Asuka) NetworkInspect ¶
func (*Asuka) NetworkList ¶
func (*Asuka) NetworkRemove ¶
Click to show internal directories.
Click to hide internal directories.