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

    https://github.com/apache/flink/pull/6320#discussion_r202376970
  
    --- 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
    +
    +or
    +
    +    docker build -t flink .
    --- End diff --
    
    No not really. I will update the documentation. Thanks for catching it.


---

Reply via email to