osx - How can I use "cached" consistency for named volumes with docker swarm mode / improve io performance on osxfs? -


i trying set development stack similar possible docker swarm production deployment. unfortunately members of team prefer work on osx has severe performance issues when comes mounting , syncing of volume data osxfs. came across docker blog entry consistency setting "cached" docker-compose setup on mac, e.g.:

volumes:   - /www:/var/www:cached 

this does not work in swarm mode however. getting following error on docker stack up:

invalid spec: webapp-volume:/var/www:cached: unknown option: cached 

is option removed v3, supposed used differently, or there better way improve io performance on osx swarm mode?


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -