Repository: apex-site Updated Branches: refs/heads/asf-site 6d297b403 -> 21fd12451
from 8ddf908ab0e2ead79c3a56eadfdbbc0771cc4d4e Project: http://git-wip-us.apache.org/repos/asf/apex-site/repo Commit: http://git-wip-us.apache.org/repos/asf/apex-site/commit/21fd1245 Tree: http://git-wip-us.apache.org/repos/asf/apex-site/tree/21fd1245 Diff: http://git-wip-us.apache.org/repos/asf/apex-site/diff/21fd1245 Branch: refs/heads/asf-site Commit: 21fd12451d4f9c5f2c59f1c20e9bf982f22d6ed9 Parents: 6d297b4 Author: Thomas Weise <[email protected]> Authored: Thu Jun 23 14:47:36 2016 -0700 Committer: Thomas Weise <[email protected]> Committed: Thu Jun 23 14:47:36 2016 -0700 ---------------------------------------------------------------------- content/downloads.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/apex-site/blob/21fd1245/content/downloads.html ---------------------------------------------------------------------- diff --git a/content/downloads.html b/content/downloads.html index f3f54b5..7616bdc 100644 --- a/content/downloads.html +++ b/content/downloads.html @@ -243,11 +243,11 @@ <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 +<li>To use, run following commands and then launch apex cli/dtcli from docker container:<pre><code class="lang-bash">docker pull apacheapex/sandbox +docker run -it --name=apex-sandbox apacheapex/sandbox </code></pre> </li> -<li>For advanced usage, click <a href="https://hub.docker.com/r/chinmayk/apex/">here</a></li> +<li>For advanced usage, click <a href="https://hub.docker.com/r/apacheapex/sandbox/">here</a></li> </ul> </li> <li><p><a href="http://bigtop.apache.org/">Bigtop</a> CI based distribution binaries:</p>
