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: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
                CC: [email protected], [email protected],
                    [email protected], [email protected],
                    [email protected], [email protected],
                    [email protected]



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

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
golang mailing list
[email protected]
https://lists.fedoraproject.org/mailman/listinfo/golang

Reply via email to