nilmadhab commented on code in PR #26239:
URL: https://github.com/apache/flink/pull/26239#discussion_r1982727330


##########
docs/content.zh/docs/try-flink/flink-operations-playground.md:
##########
@@ -83,7 +83,7 @@ Job 监控以及资源管理。Flink TaskManager 运行 worker 进程,
 环境搭建只需要几步就可以完成,我们将会带你过一遍必要的操作命令,
 并说明如何验证我们正在操作的一切都是运行正常的。
 
-你需要在自己的主机上提前安装好 [docker](https://docs.docker.com/) (1.12+) 和 
+你需要在自己的主机上提前安装好 [docker](https://docs.docker.com/) (20.10+) 和 
 [docker-compose](https://docs.docker.com/compose/) (2.1+)。

Review Comment:
   fixed



##########
docs/content/docs/try-flink/flink-operations-playground.md:
##########
@@ -89,7 +89,7 @@ output of the Flink job should show 1000 views per page and 
window.
 The playground environment is set up in just a few steps. We will walk you 
through the necessary 
 commands and show how to validate that everything is running correctly.
 
-We assume that you have [Docker](https://docs.docker.com/) (1.12+) and
+We assume that you have [Docker](https://docs.docker.com/) (20.10+) and
 [docker-compose](https://docs.docker.com/compose/) (2.1+) installed on your 
machine.

Review Comment:
   fixed



##########
.github/workflows/template.flink-ci.yml:
##########
@@ -316,7 +316,7 @@ jobs:
           maven_repo_folder: ${{ env.MAVEN_REPO_FOLDER }}
 
       - name: "Install missing packages"
-        run: sudo apt-get install -y net-tools docker-compose zip
+        run: sudo apt-get install -y net-tools docker compose zip

Review Comment:
   fixed



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to