-
Notifications
You must be signed in to change notification settings - Fork 168
Add details about how container networks are managed #4041
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 |
|
cc @danegsta |
adegeo
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM Minor thought on some wording.
Co-authored-by: Andy (Steve) De George <[email protected]>
danegsta
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Yes, this is intended to ship with the content updates for 9.4 |
Summary
Add details about how container networks are managed
Fixes #3933
Internal previews