`docker pull` can't resume when killed with spotty internet

me too. this is the output i get when i try to redo a pull on an image that was earlier interrupted due to bad internet connection:

docker@default:~$ docker pull jupyter/minimal-notebook
Using default tag: latest
latest: Pulling from jupyter/minimal-notebook
8b87079b7a06: Already exists
a3ed95caeb02: Already exists
b7837d46e7ab: Already exists
662ca9fe7b05: Already exists
97953f27b77a: Already exists
a1d35087ecd0: Already exists
c4db12d2b839: Already exists
b322dbef1dd0: Already exists
67eb38a48022: Already exists
e0ffb6fc1d47: Already exists
9475bfdcc016: Already exists
77e33b354adc: Already exists
ab0a9f379c27: Already exists
3b283206c60e: Already exists
df886c3898cb: Downloading [=================================>                 ]   412 MB/615.1 MB
docker@default:~$ 

the interrupted download can never seem to be able to go past the 412MB mark.
my environment:
docker-toolbox: 1.10.3
host: windows 7