Documentation ¶
Index ¶
- func GetContainerLogs(ctx context.Context, client *client.Client, container string) ([]byte, error)
- func GetOrPullImage(ctx context.Context, client *client.Client, url *ImageURL) error
- func PullImage(ctx context.Context, client *client.Client, url *ImageURL) error
- func RemoveContainer(ctx context.Context, client *client.Client, id string) error
- func SearchLocalImages(ctx context.Context, client *client.Client, query string) (string, error)
- func StreamContainerLogs(ctx context.Context, client *client.Client, containerID string) (io.ReadCloser, error)
- type ImageURL
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetContainerLogs ¶
func GetOrPullImage ¶
func RemoveContainer ¶
func SearchLocalImages ¶
func StreamContainerLogs ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.