From db18cfeec0ce63a6b4beecf6bdeba9b83b6ac410 Mon Sep 17 00:00:00 2001 From: hacfi Date: Mon, 8 Oct 2018 21:46:52 +0200 Subject: [PATCH] Remove flink local mode See https://github.com/docker-flink/docker-flink/commit/e347e0c0e933f753b9a30c630a1e1e06d36c47db --- flink/content.md | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/flink/content.md b/flink/content.md index 17a131919..8959bd47a 100644 --- a/flink/content.md +++ b/flink/content.md @@ -14,22 +14,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 %%IMAGE%% 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 %%IMAGE%% flink run -m -c -``` - ## Running a JobManager or a TaskManager You can run a JobManager (master).