redcode-labs / easyWSL

Create WSL distros based on Docker Images.
Other
555 stars 37 forks source link

[FEATURE] Cache downloads / Resume Downloads per layer #19

Open ItsIgnacioPortal opened 2 years ago

ItsIgnacioPortal commented 2 years ago

Sometimes, when using easyWSL the connection might get interrupted, and the whole process will come to a halt, and will have to be restarted from the beggining. It'd be really good if we could cache layer downloads so only the failed layers have to be downloaded again.

Right now, it is practically impossible to download heavy docker images on an unstable connection using easyWSL

wr0belj commented 2 years ago

Resuming downloads doesn't seem to possible because of limitations of using Docker Hub API. But caching layers is definitely possible and we are going to consider adding it in the new release.