Skip to content

Work around with Docker 4.41.1 and Sitecore running in containers

Posted in :

rbatallas

A few days ago, Docker released the new desktop version 4.41.1, but it looks like this release introduces a bug because the npipe volume type was not added to the enumerator.

This bug produces something like this when you try to run your local containers

Here is the bug reported and fixed in GitHub, but it has not been released yet

https://github.com/compose-spec/compose-go/pull/771

In my case, I have to uninstall this newer version, install version 4.40.0, and restart the computer.

Delete all images and start the initialization process for the environment.

Then all works perfectly again.

Do not update your Docker version until the bugfix is released.

Happy coding 😀