mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
16 lines
299 B
Markdown
16 lines
299 B
Markdown
|
<!--[metadata]>
|
||
|
+++
|
||
|
title = "top"
|
||
|
description = "The top command description and usage"
|
||
|
keywords = ["container, running, processes"]
|
||
|
[menu.main]
|
||
|
parent = "smn_cli"
|
||
|
weight=1
|
||
|
+++
|
||
|
<![end-metadata]-->
|
||
|
|
||
|
# top
|
||
|
|
||
|
Usage: docker top CONTAINER [ps OPTIONS]
|
||
|
|
||
|
Display the running processes of a container
|