(ctx context.Context, attach cio.Attach)
| 204 | } |
| 205 | |
| 206 | func (c *container) Task(ctx context.Context, attach cio.Attach) (Task, error) { |
| 207 | return c.loadTask(ctx, attach) |
| 208 | } |
| 209 | |
| 210 | // Image returns the image that the container is based on |
| 211 | func (c *container) Image(ctx context.Context) (Image, error) { |