Skip to content
Docs Try Aspire
Docs Try

IContainerRuntimeResolver

Interface net8.0
📦 Aspire.Hosting v13.3.0
Resolves the configured or auto-detected container runtime asynchronously. The result is cached after the first resolution.
namespace Aspire.Hosting.Publishing;
public interface IContainerRuntimeResolver
{
// ...
}
ResolveAsync(CancellationToken)abstract
Resolves the container runtime, detecting it from the environment if not explicitly configured. The result is cached after the first call.
View all methods