Documentation ¶
Index ¶
- func GetTarFromID(ctx context.Context, ID string) ([]io.ReadCloser, error)
- type DockerApi
- func (da *DockerApi) FindDockerService(name string) bool
- func (da *DockerApi) GetAllContainers() ([]*types.ContainerJSON, error)
- func (da *DockerApi) GetAllImage() ([]*ImageInfo, error)
- func (da *DockerApi) GetContainerName(containerID string) ([]io.ReadCloser, error)
- func (da *DockerApi) GetDockerServerVersion(ctx context.Context) (string, error)
- func (da *DockerApi) GetEngineVersion(ctx context.Context) (string, error)
- func (da *DockerApi) GetImageName(imageID string) ([]io.ReadCloser, error)
- type ImageInfo
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetTarFromID ¶
Types ¶
type DockerApi ¶
func (*DockerApi) FindDockerService ¶ added in v1.0.9
func (*DockerApi) GetAllContainers ¶
func (da *DockerApi) GetAllContainers() ([]*types.ContainerJSON, error)
func (*DockerApi) GetAllImage ¶
func (*DockerApi) GetContainerName ¶
func (da *DockerApi) GetContainerName(containerID string) ([]io.ReadCloser, error)
func (*DockerApi) GetDockerServerVersion ¶
func (*DockerApi) GetEngineVersion ¶
func (*DockerApi) GetImageName ¶
func (da *DockerApi) GetImageName(imageID string) ([]io.ReadCloser, error)
type ImageInfo ¶ added in v1.0.3
type ImageInfo struct { Summary types.ImageSummary History []imagev1.HistoryResponseItem }
Click to show internal directories.
Click to hide internal directories.