Created
November 4, 2015 14:52
-
-
Save colltoaction/08aa3e7674b8f2d1375e to your computer and use it in GitHub Desktop.
docker bug report
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tinchou@martin-w81 MINGW64 ~ | |
$ docker-machine -D env --shell cmd default | |
executing: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe showvminfo default --machinereadable | |
STDOUT: name="default" | |
groups="/" | |
ostype="Linux 2.6 / 3.x / 4.x (64-bit)" | |
UUID="212c7825-85fe-4faf-a454-9af114c61af1" | |
CfgFile="<user path>\\.docker\\machine\\machines\\default\\default\\default.vbox" | |
SnapFldr="<user path>\\.docker\\machine\\machines\\default\\default\\Snapshots" | |
LogFldr="<user path>\\.docker\\machine\\machines\\default\\default\\Logs" | |
hardwareuuid="212c7825-85fe-4faf-a454-9af114c61af1" | |
memory=2048 | |
pagefusion="off" | |
vram=8 | |
cpuexecutioncap=100 | |
hpet="on" | |
chipset="piix3" | |
firmware="BIOS" | |
cpus=1 | |
pae="on" | |
longmode="on" | |
cpuid-portability-level=0 | |
bootmenu="disabled" | |
boot1="dvd" | |
boot2="dvd" | |
boot3="disk" | |
boot4="none" | |
acpi="on" | |
ioapic="on" | |
biossystemtimeoffset=0 | |
rtcuseutc="on" | |
hwvirtex="on" | |
nestedpaging="on" | |
largepages="on" | |
vtxvpid="on" | |
vtxux="on" | |
paravirtprovider="default" | |
VMState="running" | |
VMStateChangeTime="2015-11-04T14:44:44.186000000" | |
monitorcount=1 | |
accelerate3d="off" | |
accelerate2dvideo="off" | |
teleporterenabled="off" | |
teleporterport=0 | |
teleporteraddress="" | |
teleporterpassword="" | |
tracing-enabled="off" | |
tracing-allow-vm-access="off" | |
tracing-config="" | |
autostart-enabled="off" | |
autostart-delay=0 | |
defaultfrontend="" | |
storagecontrollername0="SATA" | |
storagecontrollertype0="IntelAhci" | |
storagecontrollerinstance0="0" | |
storagecontrollermaxportcount0="30" | |
storagecontrollerportcount0="30" | |
storagecontrollerbootable0="on" | |
"SATA-0-0"="<user path>\.docker\machine\machines\default\boot2docker.iso" | |
"SATA-ImageUUID-0-0"="55567638-a7e5-4d88-b8af-cc8284e778f0" | |
"SATA-tempeject"="off" | |
"SATA-IsEjected"="off" | |
"SATA-1-0"="<user path>\.docker\machine\machines\default\disk.vmdk" | |
"SATA-ImageUUID-1-0"="791fb254-d198-4ef6-8631-f7f4488248c7" | |
"SATA-2-0"="none" | |
"SATA-3-0"="none" | |
"SATA-4-0"="none" | |
"SATA-5-0"="none" | |
"SATA-6-0"="none" | |
"SATA-7-0"="none" | |
"SATA-8-0"="none" | |
"SATA-9-0"="none" | |
"SATA-10-0"="none" | |
"SATA-11-0"="none" | |
"SATA-12-0"="none" | |
"SATA-13-0"="none" | |
"SATA-14-0"="none" | |
"SATA-15-0"="none" | |
"SATA-16-0"="none" | |
"SATA-17-0"="none" | |
"SATA-18-0"="none" | |
"SATA-19-0"="none" | |
"SATA-20-0"="none" | |
"SATA-21-0"="none" | |
"SATA-22-0"="none" | |
"SATA-23-0"="none" | |
"SATA-24-0"="none" | |
"SATA-25-0"="none" | |
"SATA-26-0"="none" | |
"SATA-27-0"="none" | |
"SATA-28-0"="none" | |
"SATA-29-0"="none" | |
natnet1="nat" | |
macaddress1="0800279D315A" | |
cableconnected1="on" | |
nic1="nat" | |
nictype1="82540EM" | |
nicspeed1="0" | |
mtu="0" | |
sockSnd="64" | |
sockRcv="64" | |
tcpWndSnd="64" | |
tcpWndRcv="64" | |
Forwarding(0)="ssh,tcp,127.0.0.1,49948,,22" | |
hostonlyadapter2="VirtualBox Host-Only Ethernet Adapter #2" | |
macaddress2="080027E01AD0" | |
cableconnected2="on" | |
nic2="hostonly" | |
nictype2="82540EM" | |
nicspeed2="0" | |
nic3="none" | |
nic4="none" | |
nic5="none" | |
nic6="none" | |
nic7="none" | |
nic8="none" | |
hidpointing="ps2mouse" | |
hidkeyboard="ps2kbd" | |
uart1="off" | |
uart2="off" | |
lpt1="off" | |
lpt2="off" | |
audio="none" | |
clipboard="disabled" | |
draganddrop="disabled" | |
SessionName="headless" | |
VideoMode="720,400,0"@0,0 1 | |
vrde="off" | |
usb="off" | |
ehci="off" | |
xhci="off" | |
SharedFolderNameMachineMapping1="c/Users" | |
SharedFolderPathMachineMapping1="c:\Users" | |
VRDEActiveConnection="off" | |
VRDEClients=0 | |
vcpenabled="off" | |
vcpscreens=0 | |
vcpfile="<user path>\.docker\machine\machines\default\default\default.webm" | |
vcpwidth=1024 | |
vcpheight=768 | |
vcprate=512 | |
vcpfps=25 | |
GuestMemoryBalloon=0 | |
GuestOSType="Linux26_64" | |
GuestAdditionsRunLevel=1 | |
GuestAdditionsVersion="5.0.0 r101573" | |
GuestAdditionsFacility_VirtualBox Base Driver=50,1446647834109 | |
GuestAdditionsFacility_Seamless Mode=0,1446647834108 | |
GuestAdditionsFacility_Graphics Mode=0,1446647834108 | |
STDERR: | |
Using SSH client type: external | |
About to run SSH command: | |
ip addr show dev eth1 | |
&{C:\Program Files\Git\usr\bin\ssh.exe [C:\Program Files\Git\usr\bin\ssh.exe -o PasswordAuthentication=no -o IdentitiesOnly=yes -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o LogLevel=quiet -o ConnectionAttempts=3 -o ConnectTimeout=10 -i <user path>\.docker\machine\machines\default\id_rsa -p 49948 docker@localhost ip addr show dev eth1] [] <nil> <nil> <nil> [] <nil> <nil> <nil> <nil> false [] [] [] [] <nil>} | |
SSH cmd err, output: <nil>: 4: eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000 | |
link/ether 08:00:27:e0:1a:d0 brd ff:ff:ff:ff:ff:ff | |
inet 192.168.99.100/24 brd 192.168.99.255 scope global eth1 | |
valid_lft forever preferred_lft forever | |
inet6 fe80::a00:27ff:fee0:1ad0/64 scope link | |
valid_lft forever preferred_lft forever | |
SSH returned: 4: eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000 | |
link/ether 08:00:27:e0:1a:d0 brd ff:ff:ff:ff:ff:ff | |
inet 192.168.99.100/24 brd 192.168.99.255 scope global eth1 | |
valid_lft forever preferred_lft forever | |
inet6 fe80::a00:27ff:fee0:1ad0/64 scope link | |
valid_lft forever preferred_lft forever | |
END SSH | |
invalid certs detected; regenerating for 192.168.99.100:2376 | |
command=configureAuth machine=default | |
Using SSH client type: external | |
About to run SSH command: | |
cat /etc/os-release | |
&{C:\Program Files\Git\usr\bin\ssh.exe [C:\Program Files\Git\usr\bin\ssh.exe -o PasswordAuthentication=no -o IdentitiesOnly=yes -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o LogLevel=quiet -o ConnectionAttempts=3 -o ConnectTimeout=10 -i <user path>\.docker\machine\machines\default\id_rsa -p 49948 docker@localhost cat /etc/os-release] [] <nil> <nil> <nil> [] <nil> <nil> <nil> <nil> false [] [] [] [] <nil>} | |
SSH cmd err, output: <nil>: NAME=Boot2Docker | |
VERSION=1.8.1 | |
ID=boot2docker | |
ID_LIKE=tcl | |
VERSION_ID=1.8.1 | |
PRETTY_NAME="Boot2Docker 1.8.1 (TCL 6.3); master : 7f12e95 - Thu Aug 13 03:24:56 UTC 2015" | |
ANSI_COLOR="1;34" | |
HOME_URL="http://boot2docker.io" | |
SUPPORT_URL="https://github.com/boot2docker/boot2docker" | |
BUG_REPORT_URL="https://github.com/boot2docker/boot2docker/issues" | |
found compatible host: boot2docker | |
Using SSH client type: external | |
About to run SSH command: | |
sudo /usr/bin/sethostname default && echo "default" | sudo tee /var/lib/boot2docker/etc/hostname | |
&{C:\Program Files\Git\usr\bin\ssh.exe [C:\Program Files\Git\usr\bin\ssh.exe -o PasswordAuthentication=no -o IdentitiesOnly=yes -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o LogLevel=quiet -o ConnectionAttempts=3 -o ConnectTimeout=10 -i <user path>\.docker\machine\machines\default\id_rsa -p 49948 docker@localhost sudo /usr/bin/sethostname default && echo "default" | sudo tee /var/lib/boot2docker/etc/hostname] [] <nil> <nil> <nil> [] <nil> <nil> <nil> <nil> false [] [] [] [] <nil>} | |
SSH cmd err, output: <nil>: Setting hostname to default Done. | |
default | |
executing: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe showvminfo default --machinereadable | |
STDOUT: name="default" | |
groups="/" | |
ostype="Linux 2.6 / 3.x / 4.x (64-bit)" | |
UUID="212c7825-85fe-4faf-a454-9af114c61af1" | |
CfgFile="<user path>\\.docker\\machine\\machines\\default\\default\\default.vbox" | |
SnapFldr="<user path>\\.docker\\machine\\machines\\default\\default\\Snapshots" | |
LogFldr="<user path>\\.docker\\machine\\machines\\default\\default\\Logs" | |
hardwareuuid="212c7825-85fe-4faf-a454-9af114c61af1" | |
memory=2048 | |
pagefusion="off" | |
vram=8 | |
cpuexecutioncap=100 | |
hpet="on" | |
chipset="piix3" | |
firmware="BIOS" | |
cpus=1 | |
pae="on" | |
longmode="on" | |
cpuid-portability-level=0 | |
bootmenu="disabled" | |
boot1="dvd" | |
boot2="dvd" | |
boot3="disk" | |
boot4="none" | |
acpi="on" | |
ioapic="on" | |
biossystemtimeoffset=0 | |
rtcuseutc="on" | |
hwvirtex="on" | |
nestedpaging="on" | |
largepages="on" | |
vtxvpid="on" | |
vtxux="on" | |
paravirtprovider="default" | |
VMState="running" | |
VMStateChangeTime="2015-11-04T14:44:44.186000000" | |
monitorcount=1 | |
accelerate3d="off" | |
accelerate2dvideo="off" | |
teleporterenabled="off" | |
teleporterport=0 | |
teleporteraddress="" | |
teleporterpassword="" | |
tracing-enabled="off" | |
tracing-allow-vm-access="off" | |
tracing-config="" | |
autostart-enabled="off" | |
autostart-delay=0 | |
defaultfrontend="" | |
storagecontrollername0="SATA" | |
storagecontrollertype0="IntelAhci" | |
storagecontrollerinstance0="0" | |
storagecontrollermaxportcount0="30" | |
storagecontrollerportcount0="30" | |
storagecontrollerbootable0="on" | |
"SATA-0-0"="<user path>\.docker\machine\machines\default\boot2docker.iso" | |
"SATA-ImageUUID-0-0"="55567638-a7e5-4d88-b8af-cc8284e778f0" | |
"SATA-tempeject"="off" | |
"SATA-IsEjected"="off" | |
"SATA-1-0"="<user path>\.docker\machine\machines\default\disk.vmdk" | |
"SATA-ImageUUID-1-0"="791fb254-d198-4ef6-8631-f7f4488248c7" | |
"SATA-2-0"="none" | |
"SATA-3-0"="none" | |
"SATA-4-0"="none" | |
"SATA-5-0"="none" | |
"SATA-6-0"="none" | |
"SATA-7-0"="none" | |
"SATA-8-0"="none" | |
"SATA-9-0"="none" | |
"SATA-10-0"="none" | |
"SATA-11-0"="none" | |
"SATA-12-0"="none" | |
"SATA-13-0"="none" | |
"SATA-14-0"="none" | |
"SATA-15-0"="none" | |
"SATA-16-0"="none" | |
"SATA-17-0"="none" | |
"SATA-18-0"="none" | |
"SATA-19-0"="none" | |
"SATA-20-0"="none" | |
"SATA-21-0"="none" | |
"SATA-22-0"="none" | |
"SATA-23-0"="none" | |
"SATA-24-0"="none" | |
"SATA-25-0"="none" | |
"SATA-26-0"="none" | |
"SATA-27-0"="none" | |
"SATA-28-0"="none" | |
"SATA-29-0"="none" | |
natnet1="nat" | |
macaddress1="0800279D315A" | |
cableconnected1="on" | |
nic1="nat" | |
nictype1="82540EM" | |
nicspeed1="0" | |
mtu="0" | |
sockSnd="64" | |
sockRcv="64" | |
tcpWndSnd="64" | |
tcpWndRcv="64" | |
Forwarding(0)="ssh,tcp,127.0.0.1,49948,,22" | |
hostonlyadapter2="VirtualBox Host-Only Ethernet Adapter #2" | |
macaddress2="080027E01AD0" | |
cableconnected2="on" | |
nic2="hostonly" | |
nictype2="82540EM" | |
nicspeed2="0" | |
nic3="none" | |
nic4="none" | |
nic5="none" | |
nic6="none" | |
nic7="none" | |
nic8="none" | |
hidpointing="ps2mouse" | |
hidkeyboard="ps2kbd" | |
uart1="off" | |
uart2="off" | |
lpt1="off" | |
lpt2="off" | |
audio="none" | |
clipboard="disabled" | |
draganddrop="disabled" | |
SessionName="headless" | |
VideoMode="720,400,0"@0,0 1 | |
vrde="off" | |
usb="off" | |
ehci="off" | |
xhci="off" | |
SharedFolderNameMachineMapping1="c/Users" | |
SharedFolderPathMachineMapping1="c:\Users" | |
VRDEActiveConnection="off" | |
VRDEClients=0 | |
vcpenabled="off" | |
vcpscreens=0 | |
vcpfile="<user path>\.docker\machine\machines\default\default\default.webm" | |
vcpwidth=1024 | |
vcpheight=768 | |
vcprate=512 | |
vcpfps=25 | |
GuestMemoryBalloon=0 | |
GuestOSType="Linux26_64" | |
GuestAdditionsRunLevel=1 | |
GuestAdditionsVersion="5.0.0 r101573" | |
GuestAdditionsFacility_VirtualBox Base Driver=50,1446647834109 | |
GuestAdditionsFacility_Seamless Mode=0,1446647834108 | |
GuestAdditionsFacility_Graphics Mode=0,1446647834108 | |
STDERR: | |
Using SSH client type: external | |
About to run SSH command: | |
ip addr show dev eth1 | |
&{C:\Program Files\Git\usr\bin\ssh.exe [C:\Program Files\Git\usr\bin\ssh.exe -o PasswordAuthentication=no -o IdentitiesOnly=yes -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o LogLevel=quiet -o ConnectionAttempts=3 -o ConnectTimeout=10 -i <user path>\.docker\machine\machines\default\id_rsa -p 49948 docker@localhost ip addr show dev eth1] [] <nil> <nil> <nil> [] <nil> <nil> <nil> <nil> false [] [] [] [] <nil>} | |
SSH cmd err, output: <nil>: 4: eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000 | |
link/ether 08:00:27:e0:1a:d0 brd ff:ff:ff:ff:ff:ff | |
inet 192.168.99.100/24 brd 192.168.99.255 scope global eth1 | |
valid_lft forever preferred_lft forever | |
inet6 fe80::a00:27ff:fee0:1ad0/64 scope link | |
valid_lft forever preferred_lft forever | |
SSH returned: 4: eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000 | |
link/ether 08:00:27:e0:1a:d0 brd ff:ff:ff:ff:ff:ff | |
inet 192.168.99.100/24 brd 192.168.99.255 scope global eth1 | |
valid_lft forever preferred_lft forever | |
inet6 fe80::a00:27ff:fee0:1ad0/64 scope link | |
valid_lft forever preferred_lft forever | |
END SSH | |
Daemon not responding yet: dial tcp 192.168.99.100:2376: ConnectEx tcp: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. | |
Daemon not responding yet: dial tcp 192.168.99.100:2376: ConnectEx tcp: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. | |
Daemon not responding yet: dial tcp 192.168.99.100:2376: ConnectEx tcp: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tinchou@martin-w81 MINGW64 ~ | |
$ docker-machine -D start default | |
command=start machine=default | |
executing: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe showvminfo default --machinereadable | |
STDOUT: name="default" | |
groups="/" | |
ostype="Linux 2.6 / 3.x / 4.x (64-bit)" | |
UUID="212c7825-85fe-4faf-a454-9af114c61af1" | |
CfgFile="<user path>\\.docker\\machine\\machines\\default\\default\\default.vbox" | |
SnapFldr="<user path>\\.docker\\machine\\machines\\default\\default\\Snapshots" | |
LogFldr="<user path>\\.docker\\machine\\machines\\default\\default\\Logs" | |
hardwareuuid="212c7825-85fe-4faf-a454-9af114c61af1" | |
memory=2048 | |
pagefusion="off" | |
vram=8 | |
cpuexecutioncap=100 | |
hpet="on" | |
chipset="piix3" | |
firmware="BIOS" | |
cpus=1 | |
pae="on" | |
longmode="on" | |
cpuid-portability-level=0 | |
bootmenu="disabled" | |
boot1="dvd" | |
boot2="dvd" | |
boot3="disk" | |
boot4="none" | |
acpi="on" | |
ioapic="on" | |
biossystemtimeoffset=0 | |
rtcuseutc="on" | |
hwvirtex="on" | |
nestedpaging="on" | |
largepages="on" | |
vtxvpid="on" | |
vtxux="on" | |
paravirtprovider="default" | |
VMState="running" | |
VMStateChangeTime="2015-11-04T14:44:44.186000000" | |
monitorcount=1 | |
accelerate3d="off" | |
accelerate2dvideo="off" | |
teleporterenabled="off" | |
teleporterport=0 | |
teleporteraddress="" | |
teleporterpassword="" | |
tracing-enabled="off" | |
tracing-allow-vm-access="off" | |
tracing-config="" | |
autostart-enabled="off" | |
autostart-delay=0 | |
defaultfrontend="" | |
storagecontrollername0="SATA" | |
storagecontrollertype0="IntelAhci" | |
storagecontrollerinstance0="0" | |
storagecontrollermaxportcount0="30" | |
storagecontrollerportcount0="30" | |
storagecontrollerbootable0="on" | |
"SATA-0-0"="<user path>\.docker\machine\machines\default\boot2docker.iso" | |
"SATA-ImageUUID-0-0"="55567638-a7e5-4d88-b8af-cc8284e778f0" | |
"SATA-tempeject"="off" | |
"SATA-IsEjected"="off" | |
"SATA-1-0"="<user path>\.docker\machine\machines\default\disk.vmdk" | |
"SATA-ImageUUID-1-0"="791fb254-d198-4ef6-8631-f7f4488248c7" | |
"SATA-2-0"="none" | |
"SATA-3-0"="none" | |
"SATA-4-0"="none" | |
"SATA-5-0"="none" | |
"SATA-6-0"="none" | |
"SATA-7-0"="none" | |
"SATA-8-0"="none" | |
"SATA-9-0"="none" | |
"SATA-10-0"="none" | |
"SATA-11-0"="none" | |
"SATA-12-0"="none" | |
"SATA-13-0"="none" | |
"SATA-14-0"="none" | |
"SATA-15-0"="none" | |
"SATA-16-0"="none" | |
"SATA-17-0"="none" | |
"SATA-18-0"="none" | |
"SATA-19-0"="none" | |
"SATA-20-0"="none" | |
"SATA-21-0"="none" | |
"SATA-22-0"="none" | |
"SATA-23-0"="none" | |
"SATA-24-0"="none" | |
"SATA-25-0"="none" | |
"SATA-26-0"="none" | |
"SATA-27-0"="none" | |
"SATA-28-0"="none" | |
"SATA-29-0"="none" | |
natnet1="nat" | |
macaddress1="0800279D315A" | |
cableconnected1="on" | |
nic1="nat" | |
nictype1="82540EM" | |
nicspeed1="0" | |
mtu="0" | |
sockSnd="64" | |
sockRcv="64" | |
tcpWndSnd="64" | |
tcpWndRcv="64" | |
Forwarding(0)="ssh,tcp,127.0.0.1,49948,,22" | |
hostonlyadapter2="VirtualBox Host-Only Ethernet Adapter #2" | |
macaddress2="080027E01AD0" | |
cableconnected2="on" | |
nic2="hostonly" | |
nictype2="82540EM" | |
nicspeed2="0" | |
nic3="none" | |
nic4="none" | |
nic5="none" | |
nic6="none" | |
nic7="none" | |
nic8="none" | |
hidpointing="ps2mouse" | |
hidkeyboard="ps2kbd" | |
uart1="off" | |
uart2="off" | |
lpt1="off" | |
lpt2="off" | |
audio="none" | |
clipboard="disabled" | |
draganddrop="disabled" | |
SessionName="headless" | |
VideoMode="720,400,0"@0,0 1 | |
vrde="off" | |
usb="off" | |
ehci="off" | |
xhci="off" | |
SharedFolderNameMachineMapping1="c/Users" | |
SharedFolderPathMachineMapping1="c:\Users" | |
VRDEActiveConnection="off" | |
VRDEClients=0 | |
vcpenabled="off" | |
vcpscreens=0 | |
vcpfile="<user path>\.docker\machine\machines\default\default\default.webm" | |
vcpwidth=1024 | |
vcpheight=768 | |
vcprate=512 | |
vcpfps=25 | |
GuestMemoryBalloon=0 | |
GuestOSType="Linux26_64" | |
GuestAdditionsRunLevel=1 | |
GuestAdditionsVersion="5.0.0 r101573" | |
GuestAdditionsFacility_VirtualBox Base Driver=50,1446647834109 | |
GuestAdditionsFacility_Seamless Mode=0,1446647834108 | |
GuestAdditionsFacility_Graphics Mode=0,1446647834108 | |
STDERR: | |
Machine already in state %s, returningRunning | |
Started machines may have new IP addresses. You may need to re-run the `docker-machine env` command. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tinchou@martin-w81 MINGW64 ~ | |
$ docker ps | |
Get http://127.0.0.1:2375/v1.20/containers/json: dial tcp 127.0.0.1:2375: ConnectEx tcp: No connection could be made because the target machine actively refused it.. | |
* Are you trying to connect to a TLS-enabled daemon without TLS? | |
* Is your docker daemon up and running? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment