[docs] Document container tunnel enabled by default in Aspire 13.3#772
Draft
aspire-repo-bot[bot] wants to merge 1 commit intorelease/13.3from
Draft
[docs] Document container tunnel enabled by default in Aspire 13.3#772aspire-repo-bot[bot] wants to merge 1 commit intorelease/13.3from
aspire-repo-bot[bot] wants to merge 1 commit intorelease/13.3from
Conversation
Add a new section to the What's new in Aspire 13.3 page describing the container tunnel being enabled by default (aspire/aspire#14557). - Explains what the tunnel is and why it matters - Notes the ~3-4s startup delay for containers using host endpoints - Shows how to opt out via ASPIRE_ENABLE_CONTAINER_TUNNEL=false Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Documents changes from microsoft/aspire#14557
Author:
@karolz-msTarget branch:
release/13.3— chosen based on the source PR milestone13.3.Why this PR is needed
PR microsoft/aspire#14557 changed
DcpOptions.EnableAspireContainerTunnelfromfalse(opt-in) totrue(enabled by default) in Aspire 13.3. This is a significant behavioral change that affects every user running containers, especially those using container runtimes other than Docker Desktop (Docker Engine on Linux, Podman, etc.).The existing
whats-new/aspire-13-3.mdxpage had no mention of the container tunnel change. The previous docs (aspire-13.mdx) described the tunnel as an experimental opt-in feature viaASPIRE_ENABLE_CONTAINER_TUNNEL=true. With 13.3, the tunnel is on by default and users may need to know how to opt out.What was changed
Updated:
src/frontend/src/content/docs/whats-new/aspire-13-3.mdxAdded a new section "🔗 Container tunnel enabled by default" that:
ASPIRE_ENABLE_CONTAINER_TUNNEL=false(both shell andlaunchSettings.jsonexamples)Also updated the page
descriptionfrontmatter to mention the container tunnel change.Files modified
src/frontend/src/content/docs/whats-new/aspire-13-3.mdx(updated)