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
docker -H tcp://localhost:2375 run -it ubuntu:12.04 /bin/bash
root@6becb4492d90:/# **<hangs, ENTER, Ctrl-C, does nothing>**
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.
Reproduce:
Start powerstrip on 0.0.0.0:2375
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.