2 references to ContainerHostName
Aspire.Hosting (2)
ApplicationModel\HostUrl.cs (2)
57
uri.Host = options.Value.EnableAspireContainerTunnel? KnownHostNames.DefaultContainerTunnelHostName : dcpInfo?.Containers?.
ContainerHostName
?? KnownHostNames.DockerDesktopHostBridge;
110
replacementHost = options.Value.EnableAspireContainerTunnel ? KnownHostNames.DefaultContainerTunnelHostName : dcpInfo?.Containers?.
ContainerHostName
?? KnownHostNames.DockerDesktopHostBridge;