From d68d59770948a80743559c1bcf4e09b009ca4d2c Mon Sep 17 00:00:00 2001 From: Docker Library Bot Date: Tue, 16 Oct 2018 17:09:02 +0000 Subject: [PATCH] Run update.sh --- flink/README.md | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/flink/README.md b/flink/README.md index dedf061b3..5992916d2 100644 --- a/flink/README.md +++ b/flink/README.md @@ -81,22 +81,6 @@ Starting with Flink 1.5, images without "hadoop" in the tag are the "Hadoop-free # How to use this Docker image -## Run a Flink local cluster - -To run a single Flink local cluster: - -```console -$ docker run --name flink_local -p 8081:8081 -t flink local -``` - -Then with a web browser go to `http://localhost:8081/` to see the Flink Web Dashboard (adjust the hostname for your Docker host). - -To use Flink, you can submit a job to the cluster using the Web UI or you can also do it from a different Flink container, for example: - -```console -$ docker run --rm -t flink flink run -m -c -``` - ## Running a JobManager or a TaskManager You can run a JobManager (master).