You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running mvn install and I get this error:
Failed to execute goal io.fabric8:docker-maven-plugin:0.26.1:stop (docker-start) on project shamrock-strict-example: Execution docker-start of goal io.fabric8:docker-maven-plugin:0.26.1:stop failed: No given, no DOCKER_HOST environment variable, no read/writable '/var/run/docker.sock' or '//./pipe/docker_engine' and no external provider like Docker machine configu
Clearly I need some environment variable set, but what is it?
The text was updated successfully, but these errors were encountered:
…#314)
Currently you could only open editor automatically when using --live and often you don't need live as deps not changing. This change makes --live a boolean toggle and --open can now be used to open project in editor uniformly on all platforms.
BREAKING CHANGE: --live=[editor] will no longer work. Use `--open=[editor] --live` instead.
Running mvn install and I get this error:
Failed to execute goal io.fabric8:docker-maven-plugin:0.26.1:stop (docker-start) on project shamrock-strict-example: Execution docker-start of goal io.fabric8:docker-maven-plugin:0.26.1:stop failed: No given, no DOCKER_HOST environment variable, no read/writable '/var/run/docker.sock' or '//./pipe/docker_engine' and no external provider like Docker machine configu
Clearly I need some environment variable set, but what is it?
The text was updated successfully, but these errors were encountered: