Ain Tohvri

Results 74 comments of Ain Tohvri

Same here. I was hoping it could resolve the failure to locate Bower on deploy, but didn't happen :( ``` ruby set :nvm_map_bins, %w{node npm bower} ``` and still: ```...

One could also use Bower from `devDependencies` with a simple script block: ```json devDependencies: { "bower": "~1.8.0" }, scripts: { "bower": "bower" } ``` and then call `npm run bower...

Make sure to wipe the gem cache! Worked for me.

Sure thing. Will do as soon as I have a time slot :)

Topic overlapping with #146.

@brikis98 Docker for Mac runs on `xhyve` and `osxfs`. Its native performance was nowhere near `vboxfs` when I tested it at Beta 9. I might test again with the latest.

Yes, it was at the stage of Beta 9. I tested it with one of our not-so-loaded RoR apps where we don't use `docker-osx-dev`, because the speed is fine. You...

The above also matches my benchmark. Details at http://tekkie.flashbit.net/devops/docker-performance-on-mac

I've just tested, `-r` works seamlessly.

Docker Machine works perfectly fine with docker-osx-dev and we've been constantly upgrading the stables with Docker Toolbox. Current stable we run in production for more than a month now is...