- Notifications
You must be signed in to change notification settings - Fork1.6k
Getting Error while running the first Docker Compose Command#19
-
Getting below error while running Error |
BetaWas this translation helpful?Give feedback.
All reactions
Replies: 1 comment 5 replies
-
It seems related like microsoft base images. FROM mcr.microsoft.com/dotnet/aspnet:5.0 AS base |
BetaWas this translation helpful?Give feedback.
All reactions
-
I have tried this, It's not working. Actually, I am working in proxy environment, Its blocking the content to be downloaded from Nuget. |
BetaWas this translation helpful?Give feedback.
All reactions
-
yes that would be problem, so that means, in that environment you can't connect Nuget. We should fix it first. |
BetaWas this translation helpful?Give feedback.
All reactions
-
I have tried many things but no success. Please can you help me? |
BetaWas this translation helpful?Give feedback.
All reactions
-
I am able to use Nuget for my windows but whenever it connects to docker, I am not able to use Nuget. |
BetaWas this translation helpful?Give feedback.
All reactions
-
Actually I can't find the solution yet, let me investigate further and try to find a proper solution. |
BetaWas this translation helpful?Give feedback.