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

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

    [ https://issues.apache.org/jira/browse/EAGLE-53?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15039711#comment-15039711 ] 

ZhaokunQin edited comment on EAGLE-53 at 12/4/15 3:55 AM:
----------------------------------------------------------

The document is in preparation, it will be shown up on eagle site soon. 


was (Author: zqin):
The document is in preparation, it will shown up on eagle site soon. 

> 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)