Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev Container with docker-outside-of-docker never gets healthy emulated resource #6830

Open
1 task done
erwinkramer opened this issue Nov 27, 2024 · 0 comments
Open
1 task done
Labels
untriaged New issue has not been triaged

Comments

@erwinkramer
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Describe the bug

When running Aspire inside a Dev Container with docker-outside-of-docker feature instead of docker-in-docker, the resource (for instance an emulated blob storage), never gets a healthy status and is not usable.

I see that the container does start in the host docker desktop (in my case), and no other errors seem to be popping up.

Expected Behavior

The resource should get a healthy status and be usable.

Steps To Reproduce

  • Use docker desktop inside your host.
  • Clone https://github.com/erwinkramer/bank-api
  • Modify the devcontainer.json to use docker-outside-of-docker instead of docker-in-docker
  • Run the dev container.
  • Start the launch config C#: App Host Debug (via Aspire).

Exceptions (if any)

No response

.NET Version info

.NET SDK:
Version: 9.0.100
Commit: 59db016f11
Workload version: 9.0.100-manifests.3068a692
MSBuild version: 17.12.7+5b8665660

Runtime Environment:
OS Name: debian
OS Version: 12
OS Platform: Linux
RID: linux-x64
Base Path: /usr/share/dotnet/sdk/9.0.100/

Anything else?

No response

@joperezr joperezr added the untriaged New issue has not been triaged label Dec 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
untriaged New issue has not been triaged
Projects
None yet
Development

No branches or pull requests

2 participants