4 references to XdgRuntimeDirectory
Aspire.Hosting.Containers.Tests (4)
TestcontainersPodmanConfigurationTests.cs (4)
128new[] { XdgRuntimeDirectory, "docker.sock" }, 144new[] { XdgRuntimeDirectory, "podman", "podman.sock" }, 251var rootlessPodmanSocket = Path.Combine(XdgRuntimeDirectory, "podman", "podman.sock"); 269environment.TryAdd("XDG_RUNTIME_DIR", XdgRuntimeDirectory);