Repository: apex-site Updated Branches: refs/heads/master 5e924938d -> 8ddf908ab
Updating docker path to apacheapex docker hub repo Project: http://git-wip-us.apache.org/repos/asf/apex-site/repo Commit: http://git-wip-us.apache.org/repos/asf/apex-site/commit/8ddf908a Tree: http://git-wip-us.apache.org/repos/asf/apex-site/tree/8ddf908a Diff: http://git-wip-us.apache.org/repos/asf/apex-site/diff/8ddf908a Branch: refs/heads/master Commit: 8ddf908ab0e2ead79c3a56eadfdbbc0771cc4d4e Parents: 5e92493 Author: Chinmay Kolhatkar <[email protected]> Authored: Thu Jun 23 14:20:51 2016 -0700 Committer: Chinmay Kolhatkar <[email protected]> Committed: Thu Jun 23 14:39:15 2016 -0700 ---------------------------------------------------------------------- src/md/third-party-downloads.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/apex-site/blob/8ddf908a/src/md/third-party-downloads.md ---------------------------------------------------------------------- diff --git a/src/md/third-party-downloads.md b/src/md/third-party-downloads.md index 39a098c..677d1ac 100644 --- a/src/md/third-party-downloads.md +++ b/src/md/third-party-downloads.md @@ -7,10 +7,10 @@ This is a list of 3rd party binary packages based on Apache Apex. The Apache Ape - 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 + docker pull apacheapex/sandbox + docker run -it --name=apex-sandbox apacheapex/sandbox ``` - - For advanced usage, click [here](https://hub.docker.com/r/chinmayk/apex/) + - For advanced usage, click [here](https://hub.docker.com/r/apacheapex/sandbox/) - [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/)
