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
Post a Comment