David Negstad

Results 12 issues of 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...

investigate

###### Microsoft Reviewers: [Open in CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/dotnet/aspire/pull/3961)

area-app-model

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...

area-app-model

### 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...

:watch: Not Triaged
doc-idea

This PR fixes a handful of Windows path bugs in `podman container cp` that prevented copying files from (or to) a Windows host. * The Windows drive letter was being...

machine
release-note-none

### Type of issue Missing information ### Description We've run into some user confusion with regards to networking behavior with persistent containers. There's an existing section on configuring networking for...

:watch: Not Triaged

**- What I did** Added a new `preferred_default_address_pool_size` ipam option to hint a preferred subnet size for networks allocated from the default pool. This is treated as optional and invalid...

### Description When doing local Docker development, the default /16 (and /20) subnet sizes configured in default-address-pools can result in available default network pools being exhausted if networks aren't regularly...

status/0-triage
kind/feature

## Description Adds new experimental API for configuring HTTPS certificate key pairs for resources. This allows configuring a resource to use a particular certificate/private key pair to terminate TLS/HTTPS connections....

### Proposed topic or title Certificate Trust Customization ### Location in table of contents. app-host > certificate-trust ### Reason for the article In Aspire 13, we're adding support for customizing...

:pushpin: seQUESTered
Pri1
doc-idea
area-docs