Monday, December 05, 2016

Connecting to Docker from Eclipse



Use these params to configure docker.

C:\Users\user>docker-machine env


SET DOCKER_TLS_VERIFY=1
SET DOCKER_HOST=tcp://192.168.99.104:2376
SET DOCKER_CERT_PATH=C:\Users\user\.docker\machine\machines\default


I did have to manually pull any images in with the docker cli, but once i had the images locally i could build the image directly from eclipse.  Very nice.



No comments: