dotnet / website-feedback

This repo is for dot.net feedback including get started tutorial issues from the site.
MIT License
0 stars 1 forks source link

Error when creating docker Image #138

Open muhammadaqib123321 opened 4 months ago

muhammadaqib123321 commented 4 months ago

URL

https://dotnet.microsoft.com/en-us/learn/aspnet/microservice-tutorial/docker-image

Operating system

windows

More information about your system

No response

Description

C:\Users\m.aqib\MyMicroservice>docker build -t mymicroservice . ERROR: error during connect: this error may indicate that the docker daemon is not running: Get "http://%2F%2F.%2Fpipe%2Fdocker_engine/_ping": open //./pipe/docker_engine: The system cannot find the file specified.

when i run this command to create docker image it give me an above error

dotnet --info

No response

katiesavage commented 22 hours ago

Did you get errors in any of the previous steps?

@baronfel, any ideas about what's going on here?

baronfel commented 22 hours ago

In this case the user hasn't started Docker. The error they have provided is coming right from Docker. They should start Docker Desktop and try again.