2 instantiations of Network
Aspire.Hosting.Docker (1)
DockerComposePublishingContext.cs (1)
59var defaultNetwork = new Network
Aspire.Hosting.Docker.Tests (1)
DockerComposePublisherTests.cs (1)
155file.AddNetwork(new Network { Name = "custom-network", Driver = "host" });
4 references to Network
Aspire.Hosting.Docker (4)
DockerComposePublishingContext.cs (1)
59var 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)