I am using the jolokia Docker Maven Plugin for building a Java Application on Ubuntu 14 on a VM.
Everytime I try maven clean package
I get
[ERROR] Failed to execute goal org.jolokia:docker-maven-plugin:0.11.0:build (build) on project places_app: Execution build of goal org.jolokia:docker-maven-plugin:0.11.0:build failed: No url given and no DOCKER_HOST environment variable set -> [Help 1]
The DOCKER_HOST is set to:DOCKER_HOST=tcp://127.0.0.1:4243
When trying telnet localhost 4243
the connection doesn't work.
Can someone help me with this problem?