rmetzger commented on a change in pull request #14346:
URL: https://github.com/apache/flink/pull/14346#discussion_r540258892
##########
File path: docs/deployment/resource-providers/standalone/docker.md
##########
@@ -112,10 +72,44 @@ docker run \
flink:{% if site.is_stable
%}{{site.version}}-scala{{site.scala_version_suffix}}{% else %}latest{% endif
%} taskmanager
```
+The web interface is now available at [localhost:8081](http://localhost:8081).
+
+
+Submission of a job is now possible like this (assuming you have a local
distribution of Flink available)
+
+```sh
+./bin/flink run ./examples/streaming/TopSpeedWindowing.jar
+```
+
+To shut down the cluster, either terminate (e.g. with CTRL-C) the JobManager
and TaskManager processes, or use `docker ps` to identify and `docker stop` to
terminate the containers.
+
+## Deployment Modes Supported on Docker
Review comment:
I think approach 1 makes more sense.
----------------------------------------------------------------
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]