matthieudelaro

Results 36 comments of matthieudelaro

Hello @masaeedu , You're right, it's not implemented yet. This feature is implemented for [OSX](https://github.com/matthieudelaro/nut/blob/master/feature_gui_darwin.go) and for [other unix systems](https://github.com/matthieudelaro/nut/blob/master/feature_gui_unix.go) in platform depend files. The [OSX](https://github.com/matthieudelaro/nut/blob/master/feature_gui_darwin.go) version implements a workflow...

Great :) For OSX, I assumed that it was already installed. But I didn't make any assumption about the configuration of X, so that it should work with any install....

Hi, No, I hadn't time to work on it. Last year I began to create a skeleton to read/write key/values (to store the container ID) in the .nut folder (https://github.com/matthieudelaro/nut/blob/master/persist/persist.go#L88)....

Hello @dapplebeforedawn, Sorry for late answer, and thanks for reporting this issue, after digging through the source code to find relevant info. 1) Net and switch have been swapped, indeed....

Thanks for working on this issue! I don't know about how brew works internally, but if you have any question about Nut to make it work, I'll do my best:...

Travis might be the solution: looks like we can upload files to github from the build process thanks to [GitHub Releases Uploading](https://docs.travis-ci.com/user/deployment/releases) I've set up a [basic travis](https://travis-ci.org/matthieudelaro/nut/branches) configuration. Hopefully...

Short term solution: I created the branch [manualbuild](https://github.com/matthieudelaro/nut/tree/manualbuild), with the binaries in the release folder: https://github.com/matthieudelaro/nut/tree/manualbuild/release

When you compile Nut by yourself, does it run properly? What version of Docker do you use? Is it Docker for Mac? Toolbox?

Ok. I wrote a wiki explaining how Nut works: https://github.com/matthieudelaro/nut/wiki/Nut:-Under-The-Hood Tell me if it doesn't answer to your questions. There are brew packages for docker: ``` $ brew search docker...