Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docker run failed #9

Open
sundy-li opened this issue May 12, 2015 · 1 comment
Open

docker run failed #9

sundy-li opened this issue May 12, 2015 · 1 comment

Comments

@sundy-li
Copy link

[root@master ~]# docker run  sequenceiq/kylin sh
+ echo 'Executing scripts from /usr/local/init'
+ tee /var/log/serf.log
Executing scripts from /usr/local/init
+ for file in '$SERF_INIT_DIR/*'
+ echo 'Execute: /usr/local/init/00_init.sh'
+ tee -a /var/log/serf.log
Execute: /usr/local/init/00_init.sh
+ /bin/bash /usr/local/init/00_init.sh
+ tee -a /var/log/serf.log
Basic init has been executed
+ [[ -n '' ]]
+ unset SERF_HOSTNAME
+ '[' -z '' ']'
++ hostname -f
+ SERF_HOSTNAME=a54f567c914c
+ sleep 5
+ '[' -z a54f567c914c ']'
+ cat
+ [[ -n '' ]]
+ /usr/local/serf/bin/serf agent -config-dir /usr/local/serf/etc sh
+ tee -a /var/log/serf.log
==> Starting Serf agent...
==> Starting Serf agent RPC...
==> Serf agent running!
         Node name: 'a54f567c914c'
         Bind addr: '172.17.0.13:7946'
          RPC addr: '0.0.0.0:7373'
         Encrypted: false
          Snapshot: false
           Profile: lan

==> Log data will now stream in as it occurs:

    2015/05/13 00:27:18 [INFO] agent: Serf agent starting
    2015/05/13 00:27:18 [INFO] serf: EventMemberJoin: a54f567c914c 172.17.0.13
    2015/05/13 00:27:19 [INFO] agent: Received event: member-join
    2015/05/13 00:27:19 [INFO] agent.ipc: Accepted client: 127.0.0.1:30507

then, no response any more

@shaofengshi
Copy link
Contributor

Are you going to ssh into the running container? I use the "exec" command which works good:

  1. "docker ps" to find the container id of the "amb0"
  2. "docker exec -it container_id bash", this will ssh into the container with root;

BTW, the kylin docker image has been updated with kylin 0.7.2 release, please try the latest image by following the steps on https://github.com/sequenceiq/docker-kylin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants