-
Notifications
You must be signed in to change notification settings - Fork 301
Description
Expected behavior
Windows 10 host mounted volumes performance which is comparable with previous versions of Docker Desktop.
Actual behavior
performance of file i/o against Windows 10 host mounted volumes appears to have taken an extreme turn for the worse.
In my case I'm performing a "build" which involves 70k+ files and some tarring and untarring. The results of this build in various environments are as follows:
12 minutes - Straight Windows 10 (git bash)
19 minutes - Docker Desktop 2.1.0.5 against host mounted volume (Windows /c drive)
71 minutes - Docker Desktop 2.3.0.2 against host mounted volume (Windows /c drive)
2 minutes - Docker Desktop 2.1.0.5 against container file system
2 minutes - Docker Desktop 2.3.0.2 against container file system
Information
Please, help us understand the problem. For instance:
- Is it reproducible?
Yes - Is the problem new?
Yes - Did the problem appear with an update?
Yes - A reproducible case if this is a bug, Dockerfiles with reproduction inside is best.
I've not attemped to simplify this yet. But a large zip/tar file being unzipped and then rezipped would likely show the issue
-->
- Windows Version:
10 - Docker Desktop Version:
2.3.0.2 - Are you running inside a virtualized Windows e.g. on a cloud server or on a mac VM:
No