You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by kr...@apache.org on 2019/03/06 16:33:29 UTC

[incubator-superset] branch master updated: docs: warn that docker installation instructions are `contrib/` (#6925)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new c1ba914  docs: warn that docker installation instructions are `contrib/` (#6925)
c1ba914 is described below

commit c1ba914a41dd76edbead44e3e8acfe76ee6b4c9f
Author: Maxime Beauchemin <ma...@gmail.com>
AuthorDate: Wed Mar 6 08:33:11 2019 -0800

    docs: warn that docker installation instructions are `contrib/` (#6925)
    
    * [docs] warn that docker installation instructions are `contrib/`
    
    * Words
---
 docs/installation.rst | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/docs/installation.rst b/docs/installation.rst
index a5d865e..429f70c 100644
--- a/docs/installation.rst
+++ b/docs/installation.rst
@@ -56,7 +56,14 @@ as needed.
 Start with Docker
 -----------------
 
-If you know docker, then you're lucky, we have shortcut road for you to 
+.. note ::
+    The Docker-related files and documentation has been
+    community-contributed and
+    is not actively maintained and managed by the core committers working on
+    the project. Some issues have been reported as of 2019-01.
+    Help and contributions around Docker are welcomed!
+
+If you know docker, then you're lucky, we have shortcut road for you to
 initialize development environment: ::
 
     git clone https://github.com/apache/incubator-superset/