Task returns the current task for the container If cio.Load options are passed the client will Load the IO for the running task. If cio.Attach options are passed the client will reattach to the IO for the running task. If no task exists for the container a NotFound error is returned Clients must
(context.Context, cio.Attach)
| 72 | // Clients must make sure that only one reader is attached to the task and consuming |
| 73 | // the output from the task's fifos |
| 74 | Task(context.Context, cio.Attach) (Task, error) |
| 75 | // Image returns the image that the container is based on |
| 76 | Image(context.Context) (Image, error) |
| 77 | // Labels returns the labels set on the container |
no outgoing calls