4 references to Docker
Aspire.Playground.Tests (4)
tests\Aspire.TestUtilities\RequiresFeatureAttribute.cs (4)
108return IsOnPath(KnownContainerRuntimes.Docker) || IsOnPath(KnownContainerRuntimes.Podman); 120return IsOnPath(KnownContainerRuntimes.Docker); 146return IsOnPath(KnownContainerRuntimes.Docker) || TestcontainersPodmanConfiguration.HasUsableEndpoint; 165return IsOnPath(KnownContainerRuntimes.Docker) || IsOnPath(KnownContainerRuntimes.Podman);