From ed7a284219ac0319f315ec33fc318ae5367f7594 Mon Sep 17 00:00:00 2001 From: Patrick Lucas Date: Tue, 9 May 2017 19:33:59 +0200 Subject: [PATCH] Changes per review https://github.com/docker-library/docs/pull/893#pullrequestreview-37097309 --- flink/content.md | 2 +- flink/get-help.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/flink/content.md b/flink/content.md index 894190aaf..42c3dd495 100644 --- a/flink/content.md +++ b/flink/content.md @@ -23,7 +23,7 @@ Then with a web browser go to `http://localhost:8081/` to see the Flink Web Dash 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 -t flink flink run -m -c +$ docker run --rm -t flink flink run -m -c ``` ## Running a JobManager or a TaskManager diff --git a/flink/get-help.md b/flink/get-help.md index 3cd38b5cc..7a0301b15 100644 --- a/flink/get-help.md +++ b/flink/get-help.md @@ -1 +1 @@ -Community & Project Info](https://flink.apache.org/community.html) +[Community & Project Info](https://flink.apache.org/community.html)