Yevgeniy Brikman

Results 368 comments of Yevgeniy Brikman
trafficstars

@otbe: Not sure I understand you correctly, but in general, if you start the VM yourself with default options (e.g., `boot2docker start` or `docker-machine create --driver virtualbox default`), it will...

Actually, until we fix #162, we should test exactly what the docker-osx-dev readme advices, which means the _only_ thing you should have installed is Homebrew. The `docker-osx-dev install` command should...

Hm... It used to be a requirement to install VirtualBox. However, at some point, the `brew_install` call for VirtualBox disappeared. Is it installed by something else?

Usually, the goal is to put as little into docker-osx-dev as possible. If docker-toolbox installs most of what we need, we should use that, let it handle the details, and...

Can you post the full log output of docker-osx-dev?

Is this a dupe/regression of #148 by any chance?

I'd be curious as to the source of the slowness. Is it caused by a large number of small files? The use of ssh? Something else entirely? Is it any...

The PR is only for a `sync_only` command. Someone else would need to do a PR for the `watch_only` command. I'm in the middle of a different project and can't...

You'd have to profile it to see where the time is being spent. If we're bottlenecked by the _number of files_, the only solution I can think of is something...