1DOCKER(1)                          JUNE 2014                         DOCKER(1)
2
3
4

NAME

6       docker-top - Display the running processes of a container
7
8
9

SYNOPSIS

11       docker top [--help] CONTAINER [ps OPTIONS]
12
13
14

DESCRIPTION

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

OPTIONS

25       --help
26         Print usage statement
27
28
29

EXAMPLES

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

HISTORY

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)
Impressum