https://bugzilla.redhat.com/show_bug.cgi?id=1216265
Bug ID: 1216265 Summary: docker exec -it bash cannot start a shell session Product: Fedora Version: 22 Component: docker-io Severity: high Assignee: ichav...@redhat.com Reporter: robberp...@gmail.com QA Contact: extras...@fedoraproject.org CC: adima...@gmail.com, admil...@redhat.com, golang@lists.fedoraproject.org, hushan....@gmail.com, ichav...@redhat.com, jchal...@redhat.com, jper...@centos.org, l...@redhat.com, mat...@redhat.com, mgold...@redhat.com, mimi...@redhat.com, s...@shk.io, thr...@redhat.com, vba...@redhat.com Description of problem: `docker exec -it <name> /bin/bash` cannot work Version-Release number of selected component (if applicable): $ uname -a Linux rp.fedora 4.0.0-0.rc5.git4.1.fc22.x86_64 #1 SMP Fri Mar 27 13:51:23 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux $ sudo docker version Client version: 1.6.0 Client API version: 1.18 Go version (client): go1.4.2 Git commit (client): 0591dce/1.6.0 OS/Arch (client): linux/amd64 Server version: 1.6.0 Server API version: 1.18 Go version (server): go1.4.2 Git commit (server): 0591dce/1.6.0 OS/Arch (server): linux/amd64 How reproducible: Steps to Reproduce: 1. `sudo docker run --name some-nginx -d nginx:1.7` 2. `sudo docker exec -it some-nginx /bin/bash` Actual results: <no output> Expected results: start a bash session Additional info: `sudo docker exec -it some-nginx echo hello` also have no ouput. but `sudo docker exec some-nginx echo hello` get the output('hello'). -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ golang mailing list golang@lists.fedoraproject.org https://lists.fedoraproject.org/mailman/listinfo/golang