Github user GJL commented on a diff in the pull request:

    https://github.com/apache/flink/pull/6320#discussion_r202336290
  
    --- Diff: flink-container/docker/README.md ---
    @@ -0,0 +1,44 @@
    +# Apache Flink cluster deployment on docker using docker-compose
    +
    +## Installation
    +
    +Install the most recent stable version of docker
    +https://docs.docker.com/installation/
    +
    +## Build
    +
    +Images are based on the official Java Alpine (OpenJDK 8) image. If you 
want to
    +build the flink image run:
    +
    +    sh build.sh --job-jar /path/to/job/jar/job.jar --image-name flink:job
    --- End diff --
    
    nit: The shebang in `build.sh` already tells the program loader to use 
`sh`. 


---

Reply via email to