(ctx context.Context, options dockerClient.ServerVersionOptions)
| 18 | ImagePull(ctx context.Context, ref string, options dockerClient.ImagePullOptions) (dockerClient.ImagePullResponse, error) |
| 19 | Info(ctx context.Context, options dockerClient.InfoOptions) (dockerClient.SystemInfoResult, error) |
| 20 | ServerVersion(ctx context.Context, options dockerClient.ServerVersionOptions) (dockerClient.ServerVersionResult, error) |
| 21 | VolumeRemove(ctx context.Context, volumeID string, options dockerClient.VolumeRemoveOptions) (dockerClient.VolumeRemoveResult, error) |
| 22 | ContainerCreate(ctx context.Context, options dockerClient.ContainerCreateOptions) (dockerClient.ContainerCreateResult, error) |
| 23 | CopyFromContainer(ctx context.Context, containerID string, options dockerClient.CopyFromContainerOptions) (dockerClient.CopyFromContainerResult, error) |
no outgoing calls