Open git9999999 opened 11 months ago
@git9999999 : Would it be possible for you to help us improve documentation for this?
@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.
Description
On the page http://dmp.fabric8.io/, under "3. Global configuration" then "dockerHost". There it states the following
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>