With last version of Liberty WDT tools for Eclipse, a Liberty server running in a Docker can be configured as server. It works for me and detects the dockers running in a remote host, not locally. I wonder how Liberty has decided to use that specific docker host and how I can configure another one. I mean, the equivalent to the comand:
#eval $(docker-machine env MY_HOST)
I use in shell to select where my docker commands go to. I see nowhere in preferences where I can set which set of "docker-machine env" will the tool use.
Thanks