DEV Community

Cover image for Addressing Slow Mounting Issues in Docker for Mac
Kenta Takeuchi
Kenta Takeuchi

Posted on • Originally published at bmf-tech.com

Addressing Slow Mounting Issues in Docker for Mac

This article was originally published on bmf-tech.com.

Overview

Mounting in Docker for Mac is slow. npm and other operations are painfully slow. This is a memo.

Cause

Refer to the comments from Docker staff. (See the middle section of the linked page)

Docker - File access in mounted volumes extremely slow, CPU bound

It seems related to the file system API of MacOS.

Solutions

Thoughts

I feel like I want to use Linux.

Top comments (0)