DocsTry Aspire
DocsTry

IContainerRuntimeResolver

Interfacenet10.0
📦 Aspire.Hosting v13.5.3
Resolves the configured or auto-detected container runtime asynchronously. The result is cached after the first resolution.
namespace Aspire.Hosting.Publishing;
public interface IContainerRuntimeResolver
{
// ...
}
View all methods