Michael Sorg
Michael Sorg
I can confirm this behaviour. It seems that the value of `PORTS` (if present) is just printed to stdout during startup but does not override the default (9090).
Ensure that directory `~/.docker` does not exist.
If the folder exists, the plugin assumes that you want to use SSL. Don't blame me for this behaviour, I am just the original reporter of the issue (1,5 years...
I'm sorry, I have no expirience with docker on Windows. On Linux the above should work.
But I would assume that If you don't want to use SSL/TLS the variable `DOCKER_CERT_PATH` should not be set. In my environment the only docker-related env-var is: ``` > echo...
But it is quite simple: If the common commands (`docker run...`, ....) work when executed in command-line, the plugin should work as well - if invoked in same shell. But...
@sherryhw Did you already check what happens on the network when you... - invoke docker-commands on the command-line - use the maven-plugin In Unix-systems `tcpdump` is a good tool for...