Yevgeniy Brikman

Results 368 comments of Yevgeniy Brikman
trafficstars

docker-osx-dev uses rsync to keep the folders on your host OS in sync with what's in the Docker container. If you add a file on your host OS, it'll add...

Thanks for the PR. Just one comment. If you make a change, make sure to post a comment, as GitHub doesn't send notifications for new code pushes to a PR.

Thanks for reporting. It looks like Docker driers are pretty inconsistent (and not backwards compatible) with what the configuration they expose. You can see we've already had to support two...

Hm, I'm not sure docker-osx-dev has been tested with anything other than Virtualbox. In fact, docker-osx-dev exists specifically to work around the shortcomings of vboxsf, which is horrendously slow. If...

Ah, I didn't realize vmware had the same issue. Could you run docker-osx-dev with debug logging and post the full output here?

How odd. The `mkdir -p` flag is failing on `/Users/`. I'm not sure how that's possible with the `-p` flag, unless you don't have a `/` mount point...

A `docker-osx-dev uninstall` command analogous to `docker-osx-dev install` would be a great idea. PRs for that are more than welcome :) The `docker-osx-dev` script runs Boot2Docker with the `--vbox-share=disable` flag....

As of 03/04/16, uninstalling docker-osx-dev and all of its dependencies would probably take the following: - `boot2docker stop` or `docker-machine stop dev` - Remove the `dockerhost` entry from `/etc/hosts` -...

Thanks for giving the project a try. Some responses/questions/comments on the points you brought up: - We recently introduced a change to use `tar` for the initial sync, which speeds...