DEV Community

Discussion on: Why is Docker on macOS So Much Worse Than Linux?

Collapse
 
rrrix profile image
Rick Bowen

@ericnograles read this!!

docs.docker.com/docker-for-mac/osx...

Basically adding the "delegated" flag to docker volumes will help AMAZINGLY with CPU and I/O performance. Don't just trust me on it, try it!

Collapse
 
ericnograles profile image
Eric Nograles

Thanks for the link! SUPER interesting -- although if I'm reading that article above properly, it sounds like it'd be more of a cached (i.e. host is the authority) setup?

How has your experience been day-to-day? i.e. do the container volumes ever get out of sync, and if they do, is there a quick mechanism to get them back to parity (without having to straight up docker-compose down && docker-compose up -d?