I tried to run the 1.5.0 and 1.5.1 docker containers with local mode, following the instructions at https://docs.docker.com/samples/library/flink/#run-a-flink-local-cluster
docker run --name flink_local -p 8081:8081 -t flink local Starts the cluster, but it does not start a task manager. That's a change from 1.4.2, where a TM will be started and also listed in the web UI. Subsequent job submission will fail since no slots can be allocated. Is this a bug or is the documentation not up to date? Thanks, Thomas
