Spec returns the OCI runtime specification
(context.Context)
| 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 |
| 63 | // |
| 64 | // If cio.Load options are passed the client will Load the IO for the running |
no outgoing calls