1DOCKER(1) JUNE 2014 DOCKER(1)
2
3
4
6 docker-top - Display the running processes of a container
7
8
9
11 docker top [--help] CONTAINER [ps OPTIONS]
12
13
14
16 Display the running process of the container. ps-OPTION can be any of
17 the options you would pass to a Linux ps command.
18
19
20 All displayed information is from host's point of view.
21
22
23
25 --help
26 Print usage statement
27
28
29
31 Run docker top with the ps option of -x:
32
33
34 $ docker top 8601afda2b -x
35 PID TTY STAT TIME COMMAND
36 16623 ? Ss 0:00 sleep 99999
37
38
39
40
42 April 2014, Originally compiled by William Henry (whenry at redhat dot
43 com) based on docker.com source material and internal work. June 2014,
44 updated by Sven Dowideit ⟨SvenDowideit@home.org.au⟩ June 2015, updated
45 by Ma Shimiao ⟨mashimiao.fnst@cn.fujitsu.com⟩ December 2015, updated by
46 Pavel Pospisil ⟨pospispa@gmail.com⟩
47
48
49
50Docker Community Docker User Manuals DOCKER(1)