https://bugzilla.redhat.com/show_bug.cgi?id=1088259
Lukas Doktor ldoktor@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|MODIFIED |ASSIGNED
--- Comment #11 from Lukas Doktor ldoktor@redhat.com --- Hi Daniel, today I retested this on the latest docker-io-1.0.0-6.fc20.x86_64 and docker-1.0.0-10.el7.x86_64, booth are failing again:
# TERM1 docker run -i --tty=false fedora bash sleep 1000
# TERM2 docker top a29 all F UID PID PPID PRI NI VSZ RSS WCHAN STAT TTY TIME COMMAND
docker top a29 UID PID PPID C STIME TTY TIME CMD root 20226 1329 0 09:45 ? 00:00:00 bash root 20409 20226 0 09:49 ? 00:00:00 sleep 1000
as you can see with `docker top ... all` no processes are shown, only headers. When `tty=true` it works fine.