This repository was archived by the owner on Mar 9, 2026. It is now read-only.
Add details about how container networks are managed#4041
Merged
IEvangelist merged 3 commits intodotnet:release-9.4from Jul 11, 2025
Merged
Add details about how container networks are managed#4041IEvangelist merged 3 commits intodotnet:release-9.4from
IEvangelist merged 3 commits intodotnet:release-9.4from
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
Adds detailed documentation on container network management and updates metadata dates
- Introduces a new section in
networking-overview.mddescribing how Aspire creates, names, and manages container bridge networks - Updates
ms.datein both docs to reflect the July 11, 2025 changes - Adds a reference link in
architecture/overview.mdpointing to the new container networking section
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| docs/fundamentals/networking-overview.md | Added "How container networks are managed" section and updated ms.date |
| docs/architecture/overview.md | Bumped ms.date and inserted link to the new container networking docs |
Member
|
cc @danegsta |
adegeo
approved these changes
Jul 11, 2025
Contributor
adegeo
left a comment
There was a problem hiding this comment.
LGTM Minor thought on some wording.
Co-authored-by: Andy (Steve) De George <67293991+adegeo@users.noreply.github.com>
danegsta
approved these changes
Jul 11, 2025
Member
danegsta
left a comment
There was a problem hiding this comment.
Looks good; just to make sure, would these docs ship with 9.4? The behavior before 9.4 is different with regards to lifetimes and network naming.
Member
Author
Yes, this is intended to ship with the content updates for 9.4 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add details about how container networks are managed
Fixes #3933
Internal previews