azukiapp / azk

azk is a lightweight open source development environment orchestration tool. Instantly & safely run any environment on your local machine.
http://azk.io
Apache License 2.0
898 stars 63 forks source link

Docker fails to pull images #628

Closed fearenales closed 8 years ago

fearenales commented 8 years ago

This issue affects all Mac OS X users that are experiencing Docker to get stucked on "Layer already being pulled by another client" message while pulling an image from Docker Hub.

azk uses a VM containing Docker 1.8 for handling containers on Mac OS X. There's an issue regard this Docker version and the Docker Hub, so it must be updated.

Currently, the latest Docker version is 1.10. However, this version introduces deep changes on images ID, which means more changes on azk (we're working on it, but this can take a little longer).

That said, to solve this issue ASAP, a new ISO image for azk's VM must be created containing Docker 1.9.1.

fearenales commented 8 years ago

/cc @hebersonbarbosa