LinuxCommandLibrary

docker-top

Display the running processes of a container.

TLDR

Display the running processes of a container

$ docker top [container]
copy


Display help
$ docker top --help
copy

SYNOPSIS

docker top CONTAINER [ps OPTIONS]

DESCRIPTION

Alias for docker container top.

OPTIONS

-h, --help[=false] help for top

SEE ALSO

docker(1)

Copied to clipboard