Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting Started README.md where is the dependency of Docker Listed #314

Closed
jtyrrell-se-jboss opened this issue Dec 16, 2018 · 2 comments
Closed
Milestone

Comments

@jtyrrell-se-jboss
Copy link
Contributor

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?

@cescoffier
Copy link
Member

@jtyrrell-se-jboss you need Docker up and running to build Shamrock.

@cescoffier cescoffier added this to the 0.2.0 milestone Dec 16, 2018
@cescoffier
Copy link
Member

Fixed by #315.

maxandersen added a commit to maxandersen/quarkus that referenced this issue Nov 5, 2022
…#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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants