Month: October 2017

Blog

Slow WordPress website on Docker for Mac?

Dear Diary! Docker for Mac has a know problem with mounted volumes speed. I tested that container’s root volume had almost NO speed compromise vs mounted volume.   You can test speeds using dd for root volume, location can be just /tmp. I tested this on ubuntu:14.04 image. dd if=/dev/zero of=/tmp/output bs=8k count=300k; rm -f …