Documentation
¶
Index ¶
- type Docker
- func (_m *Docker) CommitContainer(ctr string, image string) (*dockerclient.Image, error)
- func (_m *Docker) EstimateImagePullSize(images []string) (uint64, error)
- func (_m *Docker) FindContainer(ctr string) (*dockerclient.Container, error)
- func (_m *Docker) FindImage(image string) (*dockerclient.Image, error)
- func (_m *Docker) FindImageByHash(imageHash string, checkAllLayers bool) (*dockerclient.Image, error)
- func (_m *Docker) GetContainerStats(containerID string, timeout time.Duration) (*dockerclient.Stats, error)
- func (_m *Docker) GetImageHash(image string) (string, error)
- func (_m *Docker) GetImagePullSize(images []string) (uint64, error)
- func (_m *Docker) LoadImage(reader io.Reader) error
- func (_m *Docker) PullImage(image string) error
- func (_m *Docker) PushImage(image string) error
- func (_m *Docker) RemoveImage(image string) error
- func (_m *Docker) SaveImages(images []string, writer io.Writer) error
- func (_m *Docker) TagImage(oldImage string, newImage string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Docker ¶
func (*Docker) CommitContainer ¶
func (*Docker) EstimateImagePullSize ¶
func (*Docker) FindContainer ¶
func (_m *Docker) FindContainer(ctr string) (*dockerclient.Container, error)
func (*Docker) FindImageByHash ¶
func (*Docker) GetContainerStats ¶
func (*Docker) GetImagePullSize ¶
func (*Docker) RemoveImage ¶
Click to show internal directories.
Click to hide internal directories.