5 references to ContainerRuntime
Aspire.Hosting (1)
Dcp\DcpOptions.cs (1)
311options.ContainerRuntime = configuration.GetString(KnownConfigNames.ContainerRuntime, KnownConfigNames.Legacy.ContainerRuntime);
Aspire.Hosting.Tests (2)
DockerUtilsTests.cs (2)
30options.StartInfo.Environment[KnownConfigNames.ContainerRuntime] = MissingRuntime; 40$"Failed to delete the volume named 'test-volume': the container runtime configured by {KnownConfigNames.ContainerRuntime} ('{MissingRuntime}') is not available.",
Aspire.Hosting.TestUtilities (2)
Utils\DockerUtils.cs (2)
82var configuredRuntime = Environment.GetEnvironmentVariable(KnownConfigNames.ContainerRuntime) 94? $"the container runtime configured by {KnownConfigNames.ContainerRuntime} ('{configuredRuntime}') is not available."