Delete removes the container
(context.Context, ...DeleteOpts)
| 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 |
| 59 | NewTask(context.Context, cio.Creator, ...NewTaskOpts) (Task, error) |
| 60 | // Spec returns the OCI runtime specification |