fabric8io / docker-maven-plugin

Maven plugin for running and creating Docker images
https://dmp.fabric8.io
Apache License 2.0
1.88k stars 644 forks source link

Request for improved Documentation for dockerHost #1724

Open git9999999 opened 11 months ago

git9999999 commented 11 months ago

Description

On the page http://dmp.fabric8.io/, under "3. Global configuration" then "dockerHost". There it states the following

image But as fare as I tested it, you have to prefix it with "npipe". Or you see the following error msg The docker access url '//./pipe/docker_engine' must contain a schema tcp://, unix:// or npipe://

As i struggle with finding the right value for my Windows, it would be good that you provide a validated working example string. eg <dockerHost>npipe://./pipe/docker_engine_windows</dockerHost>

rohanKanojia commented 11 months ago

@git9999999 : Would it be possible for you to help us improve documentation for this?

git9999999 commented 10 months ago

@rohanKanojia I would create a PR with the fix Docu. But first i need to know that the correct value is on windows. Please can you tell me the correct value.