Close releases any resources used by the underlying Docker client.
()
| 66 | Inspect(ctx context.Context, image string) (*InspectResponse, error) |
| 67 | // Close releases any resources used by the underlying Docker client. |
| 68 | Close() error |
| 69 | } |
| 70 | |
| 71 | // LoadResponse returns details of a successful load image call. |
no outgoing calls