Skip to content

interactive sessions hang  #69

@wallnerryan

Description

@wallnerryan

Reproduce:
Start powerstrip on 0.0.0.0:2375

docker run -d --name powerstrip -v /var/run/docker.sock:/var/run/docker.sock \
        -p 0.0.0.0:2375:2375 -v /etc/socketplane/adapters.yml:/etc/powerstrip/adapters.yml \
        --net=host clusterhq/powerstrip:v0.0.1
  • Local
docker -H tcp://localhost:2375 run -it ubuntu:12.04 /bin/bash
root@6becb4492d90:/# **<hangs, ENTER, Ctrl-C, does nothing>**
  • Remote
docker -H tcp://<powerstrip-host-ip>:2375 run -it ubuntu:12.04 /bin/bash
root@46a1c1bafd58:/# **<hangs, ENTER, Ctrl-C, does nothing>**
  • via Swarm (talks to powerstrip remotely)
docker -H tcp://<swarm-ip>:2375 run -it ubuntu:12.04 /bin/bash
root@e00362676720 :/# **<hangs, ENTER, Ctrl-C, does nothing>**

In each case I need to kill the process on the client machine to recover from the freeze/hang.

If I access the docker daemon port using -H on these hosts, interactive sessions have no problem using the same commands.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions