Yevgeniy Brikman
Yevgeniy Brikman
I don't think there is a parameter to specifically ignore the compose file, but you could just the compose file path with the `-c` parameter to a file that doesn't...
Hm, that's a tricky one. By installing as `admin`, certain files are being installed for the `admin` user, and therefore, the `roel` account won't be able to access them. You...
Nice. A `--skip-dependencies` flag sounds like a great idea!
Can you post more info on your setup?
Does anyone have time to play around with FUSE, sshfs, etc? I'd love to see how they compare with rsync in terms of performance and ease of setup. FWIW, I...
Was this not fixed by @lukaso's #136? Have you tried updating?
What's the main use case? The docker-osx-dev `setup.sh` script adds `dockerhost` to the `/etc/hosts` file, so you should be able to test your apps by going to `http://dockerhost:12345`.
Ah, interesting. Couldn't that also be done by updating the `/etc/hosts` file? That's what Docker does within containers for when you use the [link flag](https://docs.docker.com/userguide/dockerlinks/#updating-the-etchosts-file).
Yea, it's just a trade off between an extra dependency that you have to install/configure/manage, versus a known, simpler solution that already works and does 90% of what you want....
@dekz: I'm not against a PR that would add this. I would feel better about it if we had integration tests working though. See #97.