Brian Palmer

Results 122 comments of Brian Palmer
trafficstars

I have a use case where we need the `--ssh` flag, I think I will take this on since it seems like a straightforward first task to get familiar with...

You could always create the machine directly by calling `docker-machine create dinghy`, but for ease-of-use maybe it's worth adding the ability to specify custom `docker-machine create` flags when calling `dinghy...

Check the https://github.com/Parallels/docker-machine-parallels project for any open related issues, it sounds like the driver is having trouble SSHing to the VM to verify that it is alive and running. In...

hm, that stinks that it persists even across restarts. Do you run into the same issue if you create a VM using docker-machine without dinghy at all? Something like: ```...

Darn. Unfortunately there's not anything I can do to fix this, your direct `docker-machine` test shows that it's definitely an issue with the driver or with docker-machine itself. I'd recommend...

Nice, it's great news that you got it tracked down. You can also pass `--boot2docker-url` directly to `dinghy create`. We can leave this issue open until it is fixed upstream,...

I merged a PR a while back to support changing the share using some env vars (https://github.com/codekitchen/dinghy/blob/master/cli/dinghy/unfs.rb#L50), but there's not currently support for mounting more than one share. Probably the...

I don't have a lot of experience with npm, but for unpublished ruby gems we typically pull them in as a git submodule. Is that not an option with npm?...

What I mean is that we typically use a submodule, and do development on the gem directly in the submodule so that we don't need to commit or push to...

The `fvevents_to_vm` error is because you need to pass in more flags to get it running manually, I'll update the README for that project. I'm not familiar with CompileDaemon but...