2 references to ImageLoadFailed
Microsoft.NET.Build.Containers (2)
LocalDaemons\DockerCli.cs (2)
123throw new DockerLoadException(Resource.FormatString(nameof(Strings.ImageLoadFailed), await loadProcess.StandardError.ReadToEndAsync(cancellationToken).ConfigureAwait(false))); 216throw new DockerLoadException(Resource.FormatString(nameof(Strings.ImageLoadFailed), stderr));