3

Docker is building my scripts to slow. On windows script building is flying, but on Docker(which runs Linux) is slow as hell.

Comments
  • 1
    Docker in a vm or docker on linux?
  • 2
    @alexbrooklyn docker is running a Linux vm.
  • 0
    I know there is a tool called docker-sync. Maybe that'll help. Not sure if it fixes your problem though :)

    Here is the link:
    http://docker-sync.io/
  • 0
    Are you on about a Linux with docker installed or the Linux vm as part of docket for Windows. What’s the net connection like is it slow downloading images, downloading stuff from package repos as it builds? How many cores you using in each environment
  • 0
    @gruff it's simply docker for windows. And gulp script compilation is the slow part, the web itself works okay'ish
  • 0
    @NarkoCat go into settings for docker and allocate more cores to the vm
  • 0
    Docker for windows hosts _is_ slow
Add Comment