Repository: incubator-apex-site Updated Branches: refs/heads/master 103acb59d -> c96fe8dfb
Adding download information for Apex sandbox using docker. 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/50c973ab Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/tree/50c973ab Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/diff/50c973ab Branch: refs/heads/master Commit: 50c973ab82622a7f1d20c4ef3ca735a005d25256 Parents: bc27bbc Author: chinmaykolhatkar <[email protected]> Authored: Thu Mar 17 13:26:52 2016 +0530 Committer: chinmaykolhatkar <[email protected]> Committed: Thu Mar 17 13:26:52 2016 +0530 ---------------------------------------------------------------------- src/md/third-party-downloads.md | 8 ++++++++ 1 file changed, 8 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-apex-site/blob/50c973ab/src/md/third-party-downloads.md ---------------------------------------------------------------------- diff --git a/src/md/third-party-downloads.md b/src/md/third-party-downloads.md index 7d4780c..71dae46 100644 --- a/src/md/third-party-downloads.md +++ b/src/md/third-party-downloads.md @@ -3,6 +3,14 @@ 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. - <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>. +- Apache Apex Sandbox Docker image using [Bigtop](http://bigtop.apache.org/) packages + - This is a ready to use sandbox environment where bigtop-hadoop and bigtop-apex is pre-installed + - To use, run following commands and then launch apex cli/dtcli from docker container: + ```bash + docker pull chinmayk/apex:ubuntu-14.04 + docker run -it --name=apex-sandbox chinmay/apex:ubuntu-14.04 + ``` + - For advanced usage, click [here](https://hub.docker.com/r/chinmayk/apex/) - [Bigtop](http://bigtop.apache.org/) CI based distribution binaries: - Setup Bigtop Environment: 1. Grab the repo/list file for your favourite linux distribution from [here](http://www.apache.org/dist/bigtop/bigtop-1.1.0/repos/)
