From b8ebadf5f885c618db2039da4920e9e42cdaf724 Mon Sep 17 00:00:00 2001 From: Patrick Lucas Date: Wed, 26 Apr 2017 12:12:05 +0200 Subject: [PATCH] Capitalize Docker --- flink/content.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flink/content.md b/flink/content.md index 236b65fcc..a560a9fff 100644 --- a/flink/content.md +++ b/flink/content.md @@ -18,7 +18,7 @@ To run a single Flink local cluster: $ 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). +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: