rmetzger commented on a change in pull request #12490: URL: https://github.com/apache/flink/pull/12490#discussion_r435847603
########## File path: docs/ops/deployment/docker.md ########## @@ -70,21 +70,43 @@ and deploys *TaskManagers* on demand so that you do not have to do it manually. The next chapters describe how to start a single Flink Docker container for various purposes. +Once you've started Flink on Docker, you can access the Flink Webfrontend on [localhost:8081](http://localhost:8081/#/overview) or submit jobs like this `./bin/flink run ./examples/streaming/TopSpeedWindowing.jar`. Review comment: I would leave it. I don't think people read the entire page: They just jump to the section they are interested in, thus they won't see this. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
