Expected behavior
docker pull ubuntu
should pull the correct image.
docker ps -a
should list all containers
Actual behavior
docker pull ubuntu
Using default tag: latest
latest: Pulling from library/ubuntu
90d6565b970a: Extracting 15.2 MB/49.26 MB
40553bdb8474: Download complete
c3129e7479ab: Download complete
091663bd70db: Download complete
<>
All Docker commands hang.
Information
the output of:
Moby Menu > Diagnose & Feedback
on OSX: C4E070E0-ED5C-405F-A950-14F33BF29B4C
host distribution and version ( macOS Sierra Beta 10.12)
Steps to reproduce the behavior
Upgrade to macOS Sierra Public Beta
Try creating a new container
Try pulling any new image
Try docker ps -a
Reset Docker
Reinstall Docker
Same issue persists
luk4z7
(Lucas Alves)
July 14, 2016, 12:38am
2
I’m same problem,
Docker for Mac: version: mac-v1.12.0-beta18-3-gec40b14
OS X: version 10.12 (build: 16A239j)
logs: /tmp/20160713-213240.tar.gz
failure: docker ps failed: Failure(“docker ps: timeout after 10.00s”)
[ERROR] docker-cli
docker ps failed
[OK] app
[OK] menubar
[OK] virtualization
[OK] system
[OK] osxfs
[OK] db
[OK] slirp
[OK] moby-console
[OK] logs
[OK] vmnetd
[OK] env
[OK] moby
[OK] driver.amd64-linux
Diagnostic ID:
29ACF67-19A2-4080-AE2C-ED3DBA0509F8
➜ luk4z7 docker --version Docker version 1.12.0-rc3, build 91e29e8, experimental
➜ luk4z7 sw_vers ProductName: Mac OS X ProductVersion: 10.12 BuildVersion: 16A239j
Same here, hangs frequently.
$ docker --version Docker version 1.12.0-rc3, build 91e29e8, experimental
And, macOS Sierra 10.12 Beta
$ sw_vers ProductName: Mac OS X ProductVersion: 10.12 BuildVersion: 16A238m
This is what can happen when running beta software on a beta OS though.
Diagnostic ID C15DF67E-9046-458E-9EB8-00DB1442CEEE
I have restored El Capitan on the computer. This beta did not work out for me very well.
Same issue for me
Docker hangs
macOS 10.12
*Version 1.12.0-rc4-beta19 (build: 10258) c84feba3aa680f426b8fa66f688388611267cd53
$ docker pull sepulworld/aptly-cli
Using default tag: latest
hangs there
Try disabling ntpd:
sudo launchctl unload /System/Library/LaunchDaemons/org.ntp.ntpd.plist
5 Likes
cardoni
(Greg Cardoni)
July 15, 2016, 7:52pm
7
Can confirm disabling ntpd
fixes issues on latest (experimental) docker version 1.12.0-rc4
and latest MacOS Sierra Beta 10.12 Beta (16A239j)
1 Like
jianbin
(Jianbin)
July 17, 2016, 4:40am
8
Can also confirm that disable ntpd helps. Any idea why?
dashersw
(Armagan Amcalar)
July 18, 2016, 5:32pm
9
I can also confirm that disabling ntpd works.
yiqing
(Yiqing)
July 19, 2016, 12:14am
10
This (disabling ntpd) made docker Mac started successfully but I’m still having problem running docker run or docker build. It just got stuck there. Anyone has same issue?
luk4z7
(Lucas Alves)
July 19, 2016, 4:50pm
11
purplelewiz:
Try disabling ntpd:
I disabled the NTPD and worked
barkerja
(John Barker)
July 19, 2016, 5:29pm
12
Disabling NTPD appears to have resolved all my issues with Version 1.12.0-rc4-beta19 (build: 10258) on 10.12 Beta (16A238m)
jianbin
(Jianbin)
July 19, 2016, 10:51pm
13
In my another mac, disable ntp does not fix the issue. docker is always in starting mode.
docker: 1.12.0-rc4-beta20 (build: 10404)
10.12 Beta (16A238m)
jianbin
(Jianbin)
July 20, 2016, 4:23am
14
After all attempts, tried reset to factory defaults and it works with ntp disabled again. Finally.
There is one ticket is open. I am not sure it is related. https://github.com/docker/docker/issues/24675
rnbwd
(David Wisner)
July 21, 2016, 7:48am
15
So this has worked successfully for me too. The question is why? Is org.ntp.ntpd.plist
called the same in previous OS builds? And digging further - if it’s causing the hang - then it’s probably related to the vmnet
or something in hypervisor / moby
not being able to sync with the time maybe?
imago
(imago)
July 26, 2016, 2:56pm
16
disabling ntp worked for me too. thanks