Docker version fails to start

Hello I’m new to Event Store and just started with the “Get started with Event Store” menu from the web site.
I used the docker version for easy installation and got the following error:

Error response from daemon: driver failed programming external connectivity on endpoint eventstore-node (76e3caa05fc9e38b857d3316ed64449ceca4d845ebb98011234a4b98cf36bfea): Error starting userland proxy: mkdir /port/tcp:0.0.0.0:2113:tcp:172.17.0.2:2113: input/output error

Error: failed to start containers: 58ea8f3a2e4d

My docker version: 18.03.1-ce-win64 (17438)

Anybody having the same problem ?

Worked fine for me last week on windows 10 ( in Linux mode) and Ubuntu. Did you start it with the right params eg exposing the port.

I am also running EventStore via the Docker image, on Windows and MacOS. I have found that Windows Docker sometimes fails to start a container that was previously working. In those cases it is remedied simply by restarting Docker itself.

Sorry this answer amounts to turn it off and on again - I don’t know the detailed cause of the problem, nor a more elegant solution.

Finally I just upgraded to version 18.06.0-ce-win72 and it works.
Maybe restarting Docker would have been sufficient.