https://bugzilla.redhat.com/show_bug.cgi?id=1088259
Bug ID: 1088259 Summary: "docker top all" doesn't show processes when --tty=false Product: Fedora Version: 20 Component: docker-io Assignee: lsm5@redhat.com Reporter: ldoktor@redhat.com QA Contact: extras-qa@fedoraproject.org CC: admiller@redhat.com, golang@lists.fedoraproject.org, lsm5@redhat.com, mattdm@redhat.com, mgoldman@redhat.com, skottler@redhat.com, vbatts@redhat.com
Description of problem: Hi guys, when I run docker with --tty=false, the `docker top $NAME all` doesn't show any processes (just headers). When using only `docker top $NAME` it shows them...
Also the `ps` command inside container works, but `ps all` does not.
Version-Release number of selected component (if applicable): docker-io-0.9.0-3.fc20.x86_64
How reproducible: always
Steps to Reproduce: 1. docker run -i --tty=false fedora bash 2. docker logs $NAME
Actual results: F UID PID PPID PRI NI VSZ RSS WCHAN STAT TTY TIME COMMAND
Expected results: F UID PID PPID PRI NI VSZ RSS WCHAN STAT TTY TIME COMMAND 1 0 24006 23954 20 0 11732 540 - R pts/14 0:00 bash