David Negstad
David Negstad
We've received a number of different reports recently of a particular bug on Linux systems that results in the Docker extension not showing any containers, images, etc. despite seeing one...
###### Microsoft Reviewers: [Open in CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/dotnet/aspire/pull/3961)
Rather than depending on `host.docker.internal` or `host.podman.internal` (which may not even be present in all containers), Aspire can bind its own custom domain to refer to the local host machine...
### Proposed topic or title Persistent container services ### Location in table of contents. App Host (Orchestration) ### Reason for the article Aspire 9.0 adds a new `ContainerResourceBuilderExtensions.WithLifetime` API that...