pduerden
(Pduerden)
July 20, 2016, 5:09pm
1
Expected behavior
When Docker is running Kitematic will load and show local containers
Actual behavior
After installing DockerForWindows-RC4-Beta20, Kitematic won’t connect and gives the following error : Error: connect ECONNREFUSED 10.0.75.2:2375
Information
A diagnostic was uploaded with id: F335680F-946F-45E3-9175-34510A3B1E46/2016-07-20_17-50-09
Steps to reproduce the behavior
Update Docker for Windows to RC4-Beta20 (build 5579)
Try to load Kitematic
I am also facing this issue
frenchben
(Frenchben)
July 20, 2016, 6:58pm
3
Thanks for the report - Beta20 had a few changes that need to be ported to Kitematic - I’ll be working on a fix and will update this thread once done.
Thanks.
3 Likes
kthulu
(Kthulu)
July 21, 2016, 9:04pm
4
same issue on w10 pro (version 1511 / Os Build 10586.494) , hyper-v , docker 4 windows rc4 beta 20 build 5579
estoro
(Estoro)
July 21, 2016, 9:10pm
5
My co-workers and I are experiencing the same issue on Windows 10 Enterprise version 1511 (Os Build 10586.420), Docker version 1.12.0-rc4-beta20 (build: 5579)
frenchben
(Frenchben)
July 22, 2016, 1:53am
6
Thanks @kthulu and @estoro for the report - A patch has been merged and will be pushed before the weekend.
4 Likes
acesyde
(Acesyde)
July 22, 2016, 9:59am
7
Same issue on Windows 10 Enterprise version 1511 (Os Build 10586.420), Docker version 1.12.0-rc4-beta20 (build: 5579)
On my laptop and desktop computers
cilerler
(Cengiz Ilerler)
July 23, 2016, 3:14am
8
still waiting for that magical patch
cilerler
(Cengiz Ilerler)
July 24, 2016, 4:46pm
9
Thanks to GitHub issue 1843
Adding 127.0.0.1 docker.local
into the %windir%\system32\drivers\etc\hosts solved the issue.
6 Likes
djmadfx
(Djmadfx)
July 24, 2016, 8:48pm
10
Thank you! Kitematic connects now!
frenchben
(Frenchben)
July 27, 2016, 4:38am
12
Proper fix has been implemented and the release for Windows has been made - A bit of QA tomorrow and it will be available from the Kitematic menu.
Thanks for everyone’s help on squashing this.
nokola
(Nokola)
July 27, 2016, 3:19pm
13
Worked for me too! awesome!
Added this line to the end of hosts:
127.0.0.1 docker.local
Connection to Docker is working again (also without entry in etc/hosts), but the tab for own images (last tab on the right side) is empty. So I see the images from docker-hub and also the running containers, but no pulled images.
The commandline (docker images) shows of course all pulled images.