Tag Archives: Docker Desktop: Error response from daemon: driver failed programming external connectivity on en…

Docker Desktop: Error response from daemon: driver failed programming external connectivity on en…

What are the eight life cycle hook functions of Vue>>>

After right clicking the docker icon in the taskbar ‘restart’ or ‘quit docker desktop’, the previously normal zookeeper container will not start automatically

Start with the command docker start ZK1 and report the following error:

Error response from daemon: driver failed programming external connectivity on endpoint zk1 (7cfb61e95c9ae834e3339d98574ac96f12ab94659bcf573a2a50204ff38164e6): Error starting userland proxy: /forwards/expose/port returned unexpected status: 500
Error: failed to start containers: zk1

Solution:

quit docker desktop (right click the taskbar desktop icon)

enter the Windows Task Manager and kill the process com.docker.backend.exe

after a while, the com.docker.backend.exe process will restart itself

Open docker desktop again (double click the desktop icon)

after the docker desktop is started, the zookeeper container will start automatically and normally