Docker issue – ERROR: failed during hnsCallRawResponse: hnsCall failed in Win32: The system cannot find the path specified. (0x3)

Hello, dear Sitecorians. I hope you are well out there 🙂

Today’s post will be a very short one.

But before we start, I would like to give a shout-out to all you Sitecore Meetups organizers. Especially you who are doing online events. Please keep doing this (In-Person and online event). Yesterday I attended the meetup at Sitecore User Group Cluj-Napoca(Romania) – https://www.meetup.com/Cluj-Napoca-Sitecore-Meetup/
This would never have been possible for me since I live in Sweden and the event was in Romania. So thank you again and keep the online events going

I recently got a weird issue with my docker environment. After I run the docker-compose up, I got this annoying error:

Creating network “xxx_yyy” with the default driver
ERROR: failed during hnsCallRawResponse: hnsCall failed in Win32: The system cannot find the path specified. (0x3)


I was going crazy and I tried everything(except uninstalling docker). I finally found the solution in GitHub, https://github.com/docker/for-win/issues/1755 . If you get the same annoying error that I got, just run the following command/s in your PowerShell prompt:

Stop-Service docker
Stop-service hns
Start-service hns
Start-Service docker
docker network prune

It will save your bacon!

That’s all for now folks 😁


Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.