


Docker Desktop Version: 20.10.8, build 3967b7d.Same test on a case sensitive volume but using amework offers some improvement :/# dd if=/dev/zero of=/opt/test/test1.img bs=1G count=1 oflag=directġ073741824 bytes (1.1 GB, 1.0 GiB) copied, 4.7058 s, 228 MB/s Write performance is magnitudes worse, container startup/shutdown/extraction are affected.Ĭase sensitive volume :/# dd if=/dev/zero of=/opt/test/test1.img bs=1G count=1 oflag=directġ073741824 bytes (1.1 GB, 1.0 GiB) copied, 299.218 s, 3.6 MB/sĬase insensitive volume :/# dd if=/dev/zero of=/opt/test/test1.img bs=1G count=1 oflag=directġ073741824 bytes (1.1 GB, 1.0 GiB) copied, 1.32399 s, 811 MB/s Write performance on a case-sensitive APFS volume, is equal or very near to a case-insensitive volume Actual behavior I have tried disabling enabled experimental features.I have tried with the latest version of Docker Desktop.
