Open amenophis opened 10 years ago
To retrieve the nsenter
binary, gaudi runs:
docker run --rm -v /usr/local/bin:/target jpetazzo/nsenter
Like explained in jpetazzo/nsenter.
Can you run this command in your OSX prompt ? I think that the gaudi enter
should be launched in your virtual machine, the docker client for OSX cannot handle this command.
It seems the command
gaudi enter <box_name>
seems not work on Mac OS. It fail with this log:docker and virtualbox installed with boot2docker 1.1.2 go installed with homebrew, and gaudi installed with
go get github.com/marmelab/gaudi
How can i solve it ?