Github user ex00 commented on the issue:
https://github.com/apache/flink/pull/3205
Really I didn't build Flink. Thanks @jgrier for your comment. My case has
been showing that documentation is needed :)
I think next information will be useful for users who want run flink on
docker machine of windows.
Then I built image, i tried run docker-compose and I got next message
```
$ docker-compose up -d
Creating dockerflink_jobmanager_1
ERROR: for jobmanager Container command 'docker-entrypoint.sh' not found
or does not exist.
```
I tried execute docker-entrypoint.sh manually in container
```
bash-4.3$ /opt/flink/bin/docker-entrypoint.sh
bash: /opt/flink/bin/docker-entrypoint.sh: /bin/sh^M: bad interpreter: No
such file or directory
```
I changed line end format for docker-entrypoint.sh on Unix and after that
docker-compose has started successfully.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---