mirror of https://github.com/docker/cli.git
21 lines
337 B
Markdown
21 lines
337 B
Markdown
<!--[metadata]>
|
|
+++
|
|
title = "top"
|
|
description = "The top command description and usage"
|
|
keywords = ["container, running, processes"]
|
|
[menu.main]
|
|
parent = "smn_cli"
|
|
+++
|
|
<![end-metadata]-->
|
|
|
|
# top
|
|
|
|
```markdown
|
|
Usage: docker top CONTAINER [ps OPTIONS]
|
|
|
|
Display the running processes of a container
|
|
|
|
Options:
|
|
--help Print usage
|
|
```
|