(ctx context.Context)
| 506 | } |
| 507 | |
| 508 | func (c *container) get(ctx context.Context) (containers.Container, error) { |
| 509 | return c.client.ContainerService().Get(ctx, c.id) |
| 510 | } |
| 511 | |
| 512 | // get the existing fifo paths from the task information stored by the daemon |
| 513 | func attachExistingIO(response *tasks.GetResponse, ioAttach cio.Attach) (cio.IO, error) { |
no test coverage detected