docker top


# docker top

作用:显示容器的运行进程

# 语法格式

 docker top CONTAINER [ps OPTIONS]
1

# 实例

列出所有进程

docker top topdemo
1

top

(完)