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