luoyuxia commented on code in PR #1997: URL: https://github.com/apache/fluss/pull/1997#discussion_r2564197795
########## website/docs/quickstart/flink.md: ########## @@ -33,7 +33,17 @@ mkdir fluss-quickstart-flink cd fluss-quickstart-flink ``` -2. Create a `docker-compose.yml` file with the following content: +2. Create a Dockerfile named `fluss.Dockerfile` as follows. You can adjust the Flink version as needed. Please make sure to download the compatible versions of [fluss-flink connector jar](/downloads), [flink-connector-faker](https://github.com/knaufk/flink-faker/releases) in the Dockerfile. + +```Dockerfile Review Comment: A docker file looks wried to me. Could we just mount the libs to flink image just like we did for iceberg? -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
