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

liuxun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/submarine.git


The following commit(s) were added to refs/heads/master by this push:
     new 6dd7eb8  SUBMARINE-392. Building submarine-cloud requires docker.
6dd7eb8 is described below

commit 6dd7eb822771da052dadacd277c51ae759e4b0a6
Author: Wei-Chiu Chuang <[email protected]>
AuthorDate: Thu Feb 27 15:31:46 2020 -0800

    SUBMARINE-392. Building submarine-cloud requires docker.
    
    ### What is this PR for?
    A few sentences describing the overall goals of the pull request's commits.
    First time? Check out the contributing guide - 
https://submarine.apache.org/contribution/contributions.html
    
    ### What type of PR is it?
    Documentation
    
    ### Todos
    * [ ] - Task
    
    ### What is the Jira issue?
    Tell users to install Docker before building Submarine from source code.
    
    ### How should this be tested?
    https://travis-ci.org/jojochuang/hadoop-submarine/builds/656022946
    
    ### Screenshots (if appropriate)
    
    ### Questions:
    * Does the licenses files need update? No
    * Is there breaking changes for older versions? No
    * Does this needs documentation? Yes
    
    Author: Wei-Chiu Chuang <[email protected]>
    
    Closes #193 from jojochuang/SUBMARINE-392 and squashes the following 
commits:
    
    4025ef4 [Wei-Chiu Chuang] SUBMARINE-392. Building submarine-cloud requires 
docker.
---
 docs/development/BuildFromCode.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/development/BuildFromCode.md 
b/docs/development/BuildFromCode.md
index 309b9f0..0d27b8f 100644
--- a/docs/development/BuildFromCode.md
+++ b/docs/development/BuildFromCode.md
@@ -19,6 +19,7 @@
 
 + JDK 1.8
 + Maven 3.3 or later ( 3.6.2 is known to fail, see SUBMARINE-273 )
++ Docker
 
 ## Quick Start
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to