1 instantiation of Network
Aspire.Hosting.Docker (1)
DockerComposePublishingContext.cs (1)
74var defaultNetwork = new Network
4 references to Network
Aspire.Hosting.Docker (4)
DockerComposePublishingContext.cs (1)
74var defaultNetwork = new Network
Resources\ComposeFile.cs (3)
60/// Each key in the dictionary represents the name of the network, and the value is an instance of the <see cref="Network"/> class, 64public Dictionary<string, Network> Networks { get; set; } = []; 114public ComposeFile AddNetwork(Network network)