Eclipse Che and Meteor Tips

DevelopmentEclipse Che

For meteor projects use this recipe

https://raw.githubusercontent.com/codenvy/dockerfiles/master/meteor/latest/Dockerfile

to launch and make accessible on network ensure to specify host_IP otherwise socket
connections will fail

i.e. IP of host is 192.168.1.111, use the following

sudo docker run –rm -t -v /var/run/docker.sock:/var/run/docker.sock -e CHE_HOST_IP=192.168.1.111 eclipse/che start

other parameters available to eclipse che are avaialble here

https://eclipse-che.readme.io/docs/usage-docker

to shutdown use

$ sudo docker stop che-server