NewTask creates a new task based on the container metadata
(context.Context, cio.Creator, ...NewTaskOpts)
| 57 | Delete(context.Context, ...DeleteOpts) error |
| 58 | // NewTask creates a new task based on the container metadata |
| 59 | NewTask(context.Context, cio.Creator, ...NewTaskOpts) (Task, error) |
| 60 | // Spec returns the OCI runtime specification |
| 61 | Spec(context.Context) (*oci.Spec, error) |
| 62 | // Task returns the current task for the container |
no outgoing calls