Documentation
¶
Index ¶
- type ContainerLogConf
- type Handler
- func (h *Handler) ContainerCreate(ctx context.Context, ctrConf model.Container) (string, error)
- func (h *Handler) ContainerExec(ctx context.Context, id string, execOpt model.ExecConfig) error
- func (h *Handler) ContainerInfo(ctx context.Context, id string) (model.Container, error)
- func (h *Handler) ContainerLog(ctx context.Context, id string, logOpt model.LogFilter) (io.ReadCloser, error)
- func (h *Handler) ContainerRemove(ctx context.Context, id string, force bool) error
- func (h *Handler) ContainerRestart(ctx context.Context, id string) error
- func (h *Handler) ContainerStart(ctx context.Context, id string) error
- func (h *Handler) ContainerStop(ctx context.Context, id string) error
- func (h *Handler) ImageInfo(ctx context.Context, id string) (model.Image, error)
- func (h *Handler) ImagePull(ctx context.Context, id string) error
- func (h *Handler) ImageRemove(ctx context.Context, id string) error
- func (h *Handler) ListContainers(ctx context.Context, filter model.ContainerFilter) ([]model.Container, error)
- func (h *Handler) ListImages(ctx context.Context, filter model.ImageFilter) ([]model.Image, error)
- func (h *Handler) ListNetworks(ctx context.Context) ([]model.Network, error)
- func (h *Handler) ListVolumes(ctx context.Context, filter model.VolumeFilter) ([]model.Volume, error)
- func (h *Handler) NetworkCreate(ctx context.Context, net model.Network) (string, error)
- func (h *Handler) NetworkInfo(ctx context.Context, id string) (model.Network, error)
- func (h *Handler) NetworkRemove(ctx context.Context, id string) error
- func (h *Handler) PruneImages(ctx context.Context) error
- func (h *Handler) ServerInfo(ctx context.Context, delay time.Duration) (map[string]string, error)
- func (h *Handler) VolumeCreate(ctx context.Context, vol model.Volume) (string, error)
- func (h *Handler) VolumeInfo(ctx context.Context, id string) (model.Volume, error)
- func (h *Handler) VolumeRemove(ctx context.Context, id string, force bool) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContainerLogConf ¶ added in v0.13.0
type Handler ¶ added in v0.14.0
type Handler struct {
// contains filtered or unexported fields
}
func (*Handler) ContainerCreate ¶ added in v0.14.0
func (*Handler) ContainerExec ¶ added in v0.14.0
func (*Handler) ContainerInfo ¶ added in v0.14.0
func (*Handler) ContainerLog ¶ added in v0.14.0
func (*Handler) ContainerRemove ¶ added in v0.14.0
func (*Handler) ContainerRestart ¶ added in v0.14.0
func (*Handler) ContainerStart ¶ added in v0.14.0
func (*Handler) ContainerStop ¶ added in v0.14.0
func (*Handler) ImageRemove ¶ added in v0.14.0
func (*Handler) ListContainers ¶ added in v0.14.0
func (*Handler) ListImages ¶ added in v0.14.0
func (*Handler) ListNetworks ¶ added in v0.14.0
func (*Handler) ListVolumes ¶ added in v0.14.0
func (*Handler) NetworkCreate ¶ added in v0.14.0
func (*Handler) NetworkInfo ¶ added in v0.14.0
func (*Handler) NetworkRemove ¶ added in v0.14.0
func (*Handler) PruneImages ¶ added in v0.14.0
func (*Handler) ServerInfo ¶ added in v0.14.0
func (*Handler) VolumeCreate ¶ added in v0.14.0
func (*Handler) VolumeInfo ¶ added in v0.14.0
Click to show internal directories.
Click to hide internal directories.