Info returns the underlying container record type
(context.Context, ...InfoOpts)
| 53 | ID() string |
| 54 | // Info returns the underlying container record type |
| 55 | Info(context.Context, ...InfoOpts) (containers.Container, error) |
| 56 | // Delete removes the container |
| 57 | Delete(context.Context, ...DeleteOpts) error |
| 58 | // NewTask creates a new task based on the container metadata |
no outgoing calls