4 references to DockerLoadException
Microsoft.NET.Build.Containers (4)
LocalDaemons\DockerCli.cs (4)
99throw new DockerLoadException(Strings.ImageLoadFailed_ContainerdStoreDisabled); 129throw new DockerLoadException(Resource.FormatString(nameof(Strings.ImageLoadFailed), await loadProcess.StandardError.ReadToEndAsync(cancellationToken).ConfigureAwait(false))); 217throw new DockerLoadException(Resource.FormatString( 228throw new DockerLoadException(Resource.FormatString(nameof(Strings.DockerInfoFailed_Ex), e.Message));