Hi, we’re struggling with a very slow pull of official openjdk image (from Docker Hub) (after initial pull of a few megabytes download speed starts to be very slow ~16kbps). It appears it gets stuck on a layer that is 130M in size.
The Docker Hub stores all its images in Amazon S3 and makes them available via cloudfront. Do you see similar speed issues when interacting with other amazon-backed services?
“The issue turned out to be the default network adapter provided by VirtualBox for the boot2docker guest (provisioned by docker-machine and Kitematic). Changing the network adapter type to ‘PCnet-FAST III’ made a huge improvement in performance (by default the type was ‘Intel PRO/1000 MT Desktop’).”