Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Runtime ¶
type Runtime interface { Commit(ctx context.Context, containerID, image string, pause bool, message, author string) error ImageExists(ctx context.Context, image string) bool Pull(ctx context.Context, image string, auth *Auth, args ...string) error Push(ctx context.Context, image string, auth *Auth) error }
Click to show internal directories.
Click to hide internal directories.