In an attempt to find a viable alternative to docker desktop, …
-
I’ve installed rancher desktop on my windows workstation (after deleting docker desktop and aliasing nerdctl to docker)
-
basic nerdctl commands work
-
However, when attempting to build java source code using the maven fabric8 plugin, … I encounter the following error. I’d like to know what I need to expose in rancher (equivalent to docker)
[ERROR] Failed to execute goal io.fabric8:docker-maven-plugin:0.33.0:build (docker-image-build-verify) on project xxxxx-container: Cannot create docker access object : Connect to 127.0.0.1:2375 [/127.0.0.1] failed: Connection refused: connect -> [Help 1]
[ERROR]
Some background on port 2375