How to run Aspire in a .NET SDK container without docker client? #12204
Unanswered
paulomorgado
asked this question in
Q&A
Replies: 1 comment 3 replies
-
|
You're trying to run your tests inside of a container? Aspire depends on the docker cli. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to use
DistributedApplicationTestingBuilderto run tests in amcr.microsoft.com/dotnet/sdk:8.0container without any docker cli tools, but with Aspire I get:What am I doing wrong?
I've been able to do the same using
TestContainers.Beta Was this translation helpful? Give feedback.
All reactions