Blog - Macos

Improve Docker performance on macOS using Mutagen

Hello! Today I would like to share my experience of improving Docker performance on macOS with Mutagen.

Docker on macOS

Docker on macOS has performance issues by default. It's related to mounting volumes and osxfs file system. It seriously affects applications with many I/O operations. So, a Symfony-based web application can handle a request for a few seconds.