Search code examples
windowsdockerdocker-toolbox

Can't pull some images in Docker


When I'm trying to pull images I get in stuck.

docker pull php:7-fpm
7-fpm: Pulling from library/php
f17d81b4b692: Already exists
376d99d019dc: Already exists
80b3573727f0: Already exists
2c492579cd1f: Waiting

I'm using Windows 10 Home with docker-toolbox running on VirtualBox.
How to beat this infinity Waiting ?


Solution

  • Don't know how, but after system reloading, all works fine.