You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by go...@apache.org on 2021/07/27 04:37:22 UTC

[incubator-inlong] branch master updated: [INLONG-803] add docker requirement for building InLong (#594)

This is an automated email from the ASF dual-hosted git repository.

gosonzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-inlong.git


The following commit(s) were added to refs/heads/master by this push:
     new c39b164  [INLONG-803] add docker requirement for building InLong (#594)
c39b164 is described below

commit c39b1648defa7314a2a05deb35dee3dd319f19b4
Author: dockerzhang <do...@apache.org>
AuthorDate: Tue Jul 27 12:36:58 2021 +0800

    [INLONG-803] add docker requirement for building InLong (#594)
    
    Co-authored-by: dockerzhang <do...@tencent.com>
---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index 31fa065..fcb9be9 100644
--- a/README.md
+++ b/README.md
@@ -67,6 +67,7 @@ More detailed instructions can be found at [Quick Start](https://inlong.apache.o
 Requirements:
 - Java [JDK 8](https://adoptopenjdk.net/?variant=openjdk8)
 - Maven 3.6.1+
+- [Docker](https://docs.docker.com/engine/install/) 19.03.1+
 
 Compile and install:
 ```