You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@eagle.apache.org by "Hao Chen (JIRA)" <ji...@apache.org> on 2015/12/03 12:36:11 UTC

[jira] [Resolved] (EAGLE-53) Docker Image for Eagle

     [ https://issues.apache.org/jira/browse/EAGLE-53?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hao Chen resolved EAGLE-53.
---------------------------
    Resolution: Fixed

> Docker Image for Eagle
> ----------------------
>
>                 Key: EAGLE-53
>                 URL: https://issues.apache.org/jira/browse/EAGLE-53
>             Project: Eagle
>          Issue Type: New Feature
>    Affects Versions: 0.3.0
>         Environment: docker 1.9.0
>            Reporter: ZhaokunQin
>            Assignee: Hao Chen
>              Labels: Integration
>             Fix For: 0.3.0
>
>
> {code}
> docker pull apacheeagle/sandbox
> docker run -p 9099:9099 -p 8080:8080 -p 8744:8744 -p 2181:2181 -p 2888:2888 \
>   -p 6667:6667 -p 60020:60020 -p 60030:60030 -p 60010:60010 -d --dns 127.0.0.1 \
>   --entrypoint /usr/local/serf/bin/start-serf-agent.sh -e KEYCHAIN= \
>   --env EAGLE_SERVER_HOST=sandbox.eagle.incubator.apache.org --name sandbox \
>   -h sandbox.eagle.incubator.apache.org --privileged=true apacheeagle/sandbox:latest \
>   --tag ambari-server=true
> docker run -it --rm -e EXPECTED_HOST_COUNT=1 -e BLUEPRINT=hdp-singlenode-eagle \  
>   --link sandbox:ambariserver --entrypoint /bin/sh apacheeagle/sandbox:latest \
>   -c /tmp/install-cluster.sh
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)