David Negstad

Results 18 comments of David Negstad

I'll merge main into the PR branch to kick off a fresh build, just to make sure nothing has drifted far enough to cause issues since the last build.

Inspiration for this came from comments on #4191

Did a bit of testing with docker-ce on WSL; it looks like in that scenario it has the same issue we've run into with podman, where it can't access ports...

For containers, custom Docker networks (not the default bridge network) support some real cool features regarding DNS, since Docker acts as a DNS server for the individual containers. You're able...

We've increased the default timeout to 2 minutes and added a more helpful error message in the event of a timeout that informs users they can override the value of...

One concern with adding support for SELinux relabeling in Aspire is the potential security implications of the AppHost making changes to security settings on the host machine when it runs....

Sounds like the minimum requirement for supporting this would be interactive confirmation from users before applying any SELinux labels; that would likely require us to detect if SELinux is enabled/enforced...

There's some divergence between how SDK container projects get handled in VS and VSCode (VS uses the SdkContainer launch profile type, while VSCode uses tasks.json/launch.json configuration via the vscode-docker extension)....