gradle Issue when building RM docker on MacOSX

2016-05-22 Thread sarjeet singh
Observed following issue when tried to build RM docker image from mac (local): ssingh-mbpro:docker ssingh$ ./gradlew -P dockerTag=sarjeet/myriad buildRMDocker [***output formatted***] Building image using context '/Users/ssingh/Myriad/myriad-0.2.0/myriad-0.2.0-incubating-rc2/docker'.

Re: gradle Issue when building RM docker on MacOSX

2016-05-22 Thread Darin Johnson
I've seen that error if I used a terminal that wasn't loaded with docker-machine. I think you can also solve with evaluation (`docker-machine env`) On May 22, 2016 8:37 PM, "sarjeet singh" wrote: Observed following issue when tried to build RM docker image from mac (local): ssingh-mbpro:docker

Re: gradle Issue when building RM docker on MacOSX

2016-05-22 Thread sarjeet singh
Right, thanks Darin. I was able to resolve this by installing docker-machine on Mac and created a VM for docker (using docker-machine create). Then, I tried creating RM docker image and it worked fine afterwards. For reference: https://docs.docker.com/machine/install-machine/ - Sarjeet Singh On