pepaul
(Pepaul)
April 21, 2016, 4:13am
1
Expected behavior
Container can be pulled and run.
Actual behavior
Nothing happens
Information
the output of:
syslog -k Sender Docker
on OSX
Apr 20 20:41:41 <hostname> Docker[20077] <Notice>: rx batching enabled (len=64)
Apr 20 20:41:43 <hostname> Docker[20072] <Notice>: Docker is not responding: waiting 0.5s
--- last message repeated 587 times ---
the output of:
docker pull hello-world
on OSX
Using default tag: latest
host distribution and version: OSX 10.11.4
Steps to correct the behavior
Quit docker for mac
sudo ps aux | grep -i docker
.
Then sudo kill <pid>
or sudo kill -9 <pid>
for the results from the previous command
Start docker for mac
Settings | Reset to factory defaults
This happened to me just after upgrading to beta 8. Essentially every docker command that interacted with the xhyve VM just hung. Adding the --debug
flag did not seem to help.
2 Likes
Same here after doing a fresh install. Reset did not work for me. I am unable to use Docker when migrating my machines. The reason is caused by docker:
In docker 1.11 the repo name
inspirationlabs/nodejs@4.x-slim
is not valid anymore and my running containers are based on that repo.
angerman
(Angerman)
April 27, 2016, 5:32am
3
I’m getting this a lot as well, though restarting the command usually helps.
The log says:
Apr 27 13:27:56 iMac Docker[43539] <Notice>: exec: /Applications/Docker.app/Contents/MacOS/com.docker.driver.amd64-linux ...
Apr 27 13:27:56 iMac Docker[43541] <Notice>: Client reports version 12, commit 3c1bfeb0e86a9403f82302edfea4c4987cc2cb32
Apr 27 13:27:57 iMac Docker[43541] <Notice>: com.docker.vmnetd reports MAC address: 6e:58:b0:23:cf:32
Apr 27 13:27:57 iMac Docker[43541] <Notice>: rx batching enabled (len=64)
Apr 27 13:27:58 iMac Docker[43537] <Notice>: Docker is not responding: waiting 0.5s
--- last message repeated 6 times ---
Apr 27 13:28:03 iMac Docker[43537] <Notice>: Docker is responding
The output from the command ends with
Error response from daemon: Bad response from Docker engine
ae6rt
(Mark Petrovic)
May 2, 2016, 4:00pm
4
I had to Reset to factory defaults to fix this.
1 Like
Same for me, Resetting settings doesn’t work:
May 6 21:09:40 minionek Docker[42583] <Notice>: Starting xhyve May 6 21:09:40 minionek Docker[42581] <Notice>: May 6 21:09:40 Docker[42583] <Notice>: Starting xhyve May 6 21:09:40 minionek Docker[42580] <Notice>: PPP.negotiate: received ((magic VMN3T)(version 13)(commit b4d942b304b7d7d0ee48d96e3b424ccfbcceca89)) May 6 21:09:40 minionek Docker[42580] <Notice>: PPP.negotiate: received (Ethernet XXX) May 6 21:09:40 minionek Docker[42580] <Notice>: PPP.negotiate: sending ((mtu 1500)(max_packet_size 1550)(client_macaddr XXX)) May 6 21:09:40 minionek Docker[42580] <Notice>: PPP.listen: called a second time: doing nothing May 6 21:09:40 minionek Docker[42580] <Notice>: TCP/IP ready May 6 21:09:40 minionek Docker[42581] <Notice>: mirage_block_open file:///Users/XXX/Library/Containers/com.docker.docker/Data/com.docker.driver.amd64-linux/Docker.qcow2 buffered = true May 6 21:09:40 minionek Docker[42581] <Notice>: mirage_block_open returning 0 May 6 21:09:40 minionek Docker[42581] <Notice>: mirage_block_stat May 6 21:09:40 minionek Docker[42581] <Notice>: vsock init 7:0 = /var/tmp/com.docker.vsock, guest_cid = 3 May 6 21:09:42 minionek Docker[42581] <Notice>: Docker is not responding: waiting 0.5s --- last message repeated 4 times --- May 6 21:09:44 minionek Docker[42579] <Error>: transfused: mount May 6 21:09:44 minionek Docker[42579] <Error>: transfused: /bin/fusermount May 6 21:09:44 minionek Docker[42579] <Error>: transfused: -o May 6 21:09:44 minionek Docker[42579] <Error>: transfused: allow_other,max_read=1048576,subtype=osxfs May 6 21:09:44 minionek Docker[42579] <Error>: transfused: /Mac May 6 21:09:44 minionek Docker[42579] <Error>: transfused: May 6 21:09:44 minionek Docker[42579] <Notice>: osxfs tracing: OFF May 6 21:09:44 minionek Docker[42581] <Notice>: Docker is not responding: waiting 0.5s May 6 21:09:46 minionek Docker[42581] <Notice>: Docker is responding May 6 21:09:46 minionek Docker[41963] <Notice>: VM has started at 2016-05-06 21:09:46 +0200 CEST May 6 21:09:46 minionek Docker[41945] <Notice>: dockerState = running
cnadeau
(Christian Nadeau)
November 29, 2016, 2:27pm
6
I’m experiencing the same problem with Docker for Mac 1.12.3-beta30.1 (13946)
workaround (as mentioned previously) : resetting to factory settings