Hi
I have noticed that Flink can be pretty tedious to install and build first applications from scratch. Especially if the application is little bit complex. There are also little bit different development and run time environments,
which require different software components with correct versions.
I found Docker could help with this problem:
https://flink.apache.org/news/2017/05/16/official-docker-image.html
Has anyone used Flink with Docker and what are the experiences about using it ?
Do you recommend to use Flink with Docker ?
Can there be a problem with different versions, if some software component is not correct or latest in the Docker image ?
Best, Esa