-
Notifications
You must be signed in to change notification settings - Fork 54
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
Feat: Add docker-compose.yml #122
Conversation
Added docker-compose support because "docker_is_hard™" but "`docker-compose up` is for dummies®". Satire aside; I'm actually using this in production and figured it would help get the community onboarded quicker.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your contribution @denzuko! Please mention docker compose as an alternative to the existing Docker in README together with running instructions and and potential caveats (networking).
Implements suggested changes for MacOS users.
Implements suggested changes to document docker-compose usage.
The suggested changes have been added. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @denzuko!
Description:
Added docker-compose support because "docker_is_hard™" but "
docker-compose up
is for dummies®". Satire aside; I'm actually using this in production and figured it would help get the community onboarded quicker.Related Issues (optional):
h2oai/wave#1699