From 434e79851b0105f2630ae0e1f5785e32c4c1f78c Mon Sep 17 00:00:00 2001 From: zhuhp Date: Sun, 26 Sep 2021 20:40:24 +0800 Subject: [PATCH] =?UTF-8?q?fix:md=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/docker-demo.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/docker-demo.md b/docs/docker-demo.md index 1270f186..7e1a7826 100644 --- a/docs/docker-demo.md +++ b/docs/docker-demo.md @@ -1,3 +1,4 @@ + ### docker 本地体验版本 @@ -67,6 +68,13 @@ docker run -it -v /Users/huipeizhu/git/flink-streaming-platform-web/deployer/s http://127.0.0.1:9084/admin/index 账号/密码 : admin / 123456 +登录后直接 提交任务 **test_datagen_simple** 就可以查看效果 + +另外任务可以在这里看 http://127.0.0.1:8081/#/overview + + +**注意:通过这个demo 让新人对flink-streaming-platform-web应用有个直观的认识 目前docker只是本地模式 没办法上线使用,线上使用还需要自己安装** +