Watch Aspire live streamsDocsTry Aspire
Watch Aspire live streamsDocsTry

IContainerRuntime

Interfacenet10.0
📦 Aspire.Hosting v13.5.4
Represents a container runtime (e.g., Docker, Podman) that can be used to build, tag, push, and manage container images.
namespace Aspire.Hosting.Publishing;
public interface IContainerRuntime
{
// ...
}
View all properties
View all methods