[docs] Add Podman support for Docker Compose deployment#764
Draft
aspire-repo-bot[bot] wants to merge 1 commit intorelease/13.3from
Draft
[docs] Add Podman support for Docker Compose deployment#764aspire-repo-bot[bot] wants to merge 1 commit intorelease/13.3from
aspire-repo-bot[bot] wants to merge 1 commit intorelease/13.3from
Conversation
- Document Podman as a supported container runtime for Docker Compose deploys - Describe auto-detection logic (parallel probe, prefer running, Docker tiebreaker) - Add Podman-specific behavior note (podman-compose / service discovery) - Document breaking change: IContainerRuntime → IContainerRuntimeResolver - Update aspire doctor docs to reflect multi-runtime reporting Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Member
|
@davidfowl please take a look |
davidfowl
reviewed
Apr 28, 2026
|
|
||
| This workflow checks out your code, sets up .NET and installs the Aspire CLI, authenticates to GHCR using the built-in `GITHUB_TOKEN`, and builds and pushes container images using `aspire do push`. | ||
|
|
||
| ## Breaking change: IContainerRuntime → IContainerRuntimeResolver |
Contributor
There was a problem hiding this comment.
Remove this from this document
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#16074
Author:
@davidfowlTarget branch:
release/13.3— chosen based on the source PR milestone13.3.Why this PR is needed
PR microsoft/aspire#16074 added first-class Podman support for Docker Compose deployments, introduced a new
IContainerRuntimeResolverabstraction, and improvedaspire doctormulti-runtime reporting. The existing docs only referenced Docker; Podman users and extension authors need updated guidance.Summary of changes
deployment/docker-compose.mdxpodman ps --filter label=...service discovery)aspire doctorfor runtime diagnosticsIContainerRuntime→IContainerRuntimeResolverAPI change with before/after code examples.aspire doctorto the See also links.reference/cli/commands/aspire-doctor.mdxFiles modified
src/frontend/src/content/docs/deployment/docker-compose.mdx(updated)src/frontend/src/content/docs/reference/cli/commands/aspire-doctor.mdx(updated)