Slow docker container -


i using dockerfile containers provided newscoop , containers appear slow me (https://github.com/sourcefabric/newscoop). not believe mysql image causing problem, instead seems mounted cache , log folders ones blame. there lot read/writes happening files mounted, , this, believe, slows down whole thing.

is there way force specific folder not mounted? or there obvious cause of slowdown?

those lines blame:

newscoop:     build: ../     command: newscoop     ports:         - "80:80"     volumes:         - ../newscoop:/var/www/newscoop 


Comments

Popular posts from this blog

php - How to add and update images or image url in Volusion using Volusion API -

javascript - jQuery UI Splitter/Resizable for unlimited amount of columns -

javascript - IE9 error '$'is not defined -