avantgardnerio opened a new issue, #248: URL: https://github.com/apache/arrow-ballista/issues/248
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** When I clone this project, I would expect to run ``` find . -name *.Dockerfile ``` And [see the appropriate](https://stackoverflow.com/questions/26077543/how-to-name-dockerfiles) Dockerfiles. Currently if I try this, I see no results. **Describe the solution you'd like** Add Dockerfiles for building the scheduler and executor, add a docker-compose file so that users can build them with a single command. This file also serves as documentation on the necessary ports and things to expose in kubernetes or helm. **Describe alternatives you've considered** - Not having Dockerfiles - Putting the same info in readmes and having the users transcribe it manually -- 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. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org