clintropolis opened a new pull request #9262: add docker tutorial, friendlier 
docker-compose.yml, experimental java 11 dockerfile
URL: https://github.com/apache/druid/pull/9262
 
 
   ### Description
   
   This PR updates the example `docker-compose.yml` file to be more 
'quickstart' friendly, opting to configure it to mount a local directory to 
share between containers as deep storage so that it can potentially run out of 
the box, as well as run all of the services on the default port. I also removed 
the overlord since the coordinator was also configured to be an overlord.
   
   Additionally, it adds Java 11 version of the Dockerfile, and I updated the 
Docker README.md to include reference to it, though mentioning it as 
experimental. I ran some tests with it and everything appeared to function for 
me, though I only ran through the native batch quick-start and ran several 
queries.
   
   Try it out and let me know what you find:
   
   ```
   docker build -t apache/druid:0.18.0-SNAPSHOT-java11 -f 
distribution/docker/Dockerfile.java11 .
   ```
   
   and modify the `docker-compose.yml` to use the `0.18.0-SNAPSHOT-java11` or 
whatever you call your tag.
   
   
   Finally, it adds a rough 'getting started' with Docker page to the website 
documentation:
   
   <img width="1291" alt="Screen Shot 2020-01-27 at 1 33 09 AM" 
src="https://user-images.githubusercontent.com/1577461/73166570-f3f8ac80-40aa-11ea-9710-f4436d2e826e.png";>
   
   Some of the content was stolen from `tutorials/index.md`, but maybe is a 
good enough start to elaborate on in future PRs.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to