Repository: incubator-apex-site Updated Branches: refs/heads/asf-site 4681e7ff7 -> 3a5c1de3a
from c96fe8dfba60f224628fb85e14adeb719e3c8baf Project: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/commit/3a5c1de3 Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/tree/3a5c1de3 Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/diff/3a5c1de3 Branch: refs/heads/asf-site Commit: 3a5c1de3af1b44f9d9e7d745a94b37686cfd7f67 Parents: 4681e7f Author: sashadt <[email protected]> Authored: Fri Mar 18 19:16:38 2016 -0700 Committer: sashadt <[email protected]> Committed: Fri Mar 18 19:16:38 2016 -0700 ---------------------------------------------------------------------- content/downloads.html | 9 +++++++++ 1 file changed, 9 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-apex-site/blob/3a5c1de3/content/downloads.html ---------------------------------------------------------------------- diff --git a/content/downloads.html b/content/downloads.html index cacba44..d69e8ce 100644 --- a/content/downloads.html +++ b/content/downloads.html @@ -257,6 +257,15 @@ <p>This is a list of 3rd party binary packages based on Apache Apex. The Apache Apex project does not endorse or maintain any 3rd party binary packages.</p> <ul> <li><a href="https://www.datatorrent.com/download/" rel="nofollow">DataTorrent RTS</a> is a binary build of Apache Apex created by <a href="https://www.datatorrent.com/" rel="nofollow">DataTorrent</a>.</li> +<li>Apache Apex Sandbox Docker image using <a href="http://bigtop.apache.org/">Bigtop</a> packages<ul> +<li>This is a ready to use sandbox environment where bigtop-hadoop and bigtop-apex is pre-installed</li> +<li>To use, run following commands and then launch apex cli/dtcli from docker container:<pre><code class="lang-bash">docker pull chinmayk/apex:ubuntu-14.04 +docker run -it --name=apex-sandbox chinmay/apex:ubuntu-14.04 +</code></pre> +</li> +<li>For advanced usage, click <a href="https://hub.docker.com/r/chinmayk/apex/">here</a></li> +</ul> +</li> <li><p><a href="http://bigtop.apache.org/">Bigtop</a> CI based distribution binaries:</p> <ul> <li><p>Setup Bigtop Environment:</p>
