Documentation ¶
Index ¶
- type ContainerID
- type Docker
- func (Docker) CreateUploadURL(ctx context.Context, name string) (string, error)
- func (d Docker) GetInfo(ctx context.Context, id ContainerID) (*types.TaskInfo, error)
- func (Docker) ListSecrets(ctx context.Context) ([]string, error)
- func (Docker) PutSecret(ctx context.Context, name, value string) error
- func (d Docker) Run(ctx context.Context, env map[string]string, cmd ...string) (ContainerID, error)
- func (d *Docker) SetUp(ctx context.Context, containers []pkgtypes.Container) error
- func (d Docker) Stop(ctx context.Context, id ContainerID) error
- func (d Docker) Tail(ctx context.Context, id ContainerID) error
- func (d Docker) TearDown(ctx context.Context) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContainerID ¶
Click to show internal directories.
Click to hide internal directories.