Image returns the image that the container is based on
(context.Context)
| 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 |
| 78 | Labels(context.Context) (map[string]string, error) |
| 79 | // SetLabels sets the provided labels for the container and returns the final label set |
no outgoing calls